Home
last modified time | relevance | path

Searched refs:GetString16Attribute (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_node_position.cc189 anchor->data().GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetText()
195 return anchor->data().GetString16Attribute( in GetText()
245 anchor->data().GetString16Attribute(ax::mojom::StringAttribute::kValue); in MaxTextOffset()
252 .GetString16Attribute(ax::mojom::StringAttribute::kName) in MaxTextOffset()
H A Dax_node.h227 bool GetString16Attribute(ax::mojom::StringAttribute attribute, in GetString16Attribute() function
229 return data().GetString16Attribute(attribute, value); in GetString16Attribute()
231 base::string16 GetString16Attribute( in GetString16Attribute() function
233 return data().GetString16Attribute(attribute); in GetString16Attribute()
H A Dax_assistant_structure.cc104 return node->data().GetString16Attribute(ax::mojom::StringAttribute::kName); in GetInnerText()
116 node->data().GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetValue()
198 node->data().GetString16Attribute(ax::mojom::StringAttribute::kName); in GetText()
199 base::string16 description = node->data().GetString16Attribute( in GetText()
225 node->data().GetString16Attribute(ax::mojom::StringAttribute::kUrl); in GetText()
H A Dax_node_data.h78 bool GetString16Attribute(ax::mojom::StringAttribute attribute,
80 base::string16 GetString16Attribute(
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_assistant_structure.cc104 return node->data().GetString16Attribute(ax::mojom::StringAttribute::kName); in GetInnerText()
116 node->data().GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetValue()
197 node->data().GetString16Attribute(ax::mojom::StringAttribute::kName); in GetText()
198 base::string16 description = node->data().GetString16Attribute( in GetText()
224 node->data().GetString16Attribute(ax::mojom::StringAttribute::kUrl); in GetText()
H A Dax_node.h237 bool GetString16Attribute(ax::mojom::StringAttribute attribute, in GetString16Attribute() function
239 return data().GetString16Attribute(attribute, value); in GetString16Attribute()
241 base::string16 GetString16Attribute( in GetString16Attribute() function
243 return data().GetString16Attribute(attribute); in GetString16Attribute()
H A Dax_node_data.h86 bool GetString16Attribute(ax::mojom::StringAttribute attribute,
88 base::string16 GetString16Attribute(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Done_shot_accessibility_tree_search.cc26 node->GetString16Attribute(ax::mojom::StringAttribute::kName)); in GetNodeStrings()
29 node->GetString16Attribute(ax::mojom::StringAttribute::kDescription)); in GetNodeStrings()
32 node->GetString16Attribute(ax::mojom::StringAttribute::kValue)); in GetNodeStrings()
35 node->GetString16Attribute(ax::mojom::StringAttribute::kPlaceholder)); in GetNodeStrings()
H A Dbrowser_accessibility_com_win.cc885 if (owner()->GetString16Attribute(ax::mojom::StringAttribute::kHtmlTag, &tag)) in get_nodeInfo()
994 !owner()->GetString16Attribute(ax::mojom::StringAttribute::kDisplay, in get_computedStyle()
1027 owner()->GetString16Attribute(ax::mojom::StringAttribute::kDisplay); in get_computedStyleForProperties()
1168 owner()->GetString16Attribute(ax::mojom::StringAttribute::kInnerHtml); in get_innerHTML()
1435 owner()->GetString16Attribute(ax::mojom::StringAttribute::kDescription); in UpdateStep1ComputeWinAttributes()
1577 if (!owner()->GetString16Attribute(attribute, &str)) in GetStringAttributeAsBstr()
H A Dbrowser_accessibility.cc895 GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetValue()
1044 base::string16 BrowserAccessibility::GetString16Attribute( in GetString16Attribute() function in content::BrowserAccessibility
1046 return GetData().GetString16Attribute(attribute); in GetString16Attribute()
1049 bool BrowserAccessibility::GetString16Attribute( in GetString16Attribute() function in content::BrowserAccessibility
1052 return GetData().GetString16Attribute(attribute, value); in GetString16Attribute()
1233 return GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetInnerText()
1234 return GetString16Attribute(ax::mojom::StringAttribute::kName); in GetInnerText()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dprogress_bar_unittest.cc27 node_data.GetString16Attribute(ax::mojom::StringAttribute::kName)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/button/
H A Dcheckbox_unittest.cc62 EXPECT_EQ(ax_data.GetString16Attribute(ax::mojom::StringAttribute::kName), in TEST_F()
H A Dlabel_button_unittest.cc153 EXPECT_EQ(text, accessible_node_data.GetString16Attribute( in TEST_F()
289 EXPECT_EQ(base::string16(), accessible_node_data.GetString16Attribute( in TEST_F()
297 EXPECT_EQ(tooltip_text, accessible_node_data.GetString16Attribute( in TEST_F()
305 EXPECT_EQ(label_text, accessible_node_data.GetString16Attribute( in TEST_F()
H A Dcheckbox.cc114 node_data.GetString16Attribute(ax::mojom::StringAttribute::kName)); in SetAssociatedLabel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/button/
H A Dcheckbox_unittest.cc62 EXPECT_EQ(ax_data.GetString16Attribute(ax::mojom::StringAttribute::kName), in TEST_F()
H A Dlabel_button_unittest.cc163 EXPECT_EQ(text, accessible_node_data.GetString16Attribute( in TEST_F()
299 EXPECT_EQ(base::string16(), accessible_node_data.GetString16Attribute( in TEST_F()
307 EXPECT_EQ(tooltip_text, accessible_node_data.GetString16Attribute( in TEST_F()
315 EXPECT_EQ(label_text, accessible_node_data.GetString16Attribute( in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_base.h111 bool GetString16Attribute(ax::mojom::StringAttribute attribute,
113 base::string16 GetString16Attribute(
H A Dax_platform_node_base.cc356 base::string16 AXPlatformNodeBase::GetString16Attribute( in GetString16Attribute() function in ui::AXPlatformNodeBase
360 return GetData().GetString16Attribute(attribute); in GetString16Attribute()
363 bool AXPlatformNodeBase::GetString16Attribute( in GetString16Attribute() function in ui::AXPlatformNodeBase
368 return GetData().GetString16Attribute(attribute, value); in GetString16Attribute()
530 GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetInnerText()
597 GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetRangeValueText()
617 return GetString16Attribute(ax::mojom::StringAttribute::kRoleDescription); in GetRoleDescriptionFromImageAnnotationStatusOrFromAttribute()
922 GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_base.h134 bool GetString16Attribute(ax::mojom::StringAttribute attribute,
136 base::string16 GetString16Attribute(
H A Dax_platform_node_delegate_base.cc42 GetData().GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetInnerText()
51 return GetData().GetString16Attribute(ax::mojom::StringAttribute::kName); in GetInnerText()
71 GetData().GetString16Attribute(ax::mojom::StringAttribute::kValue); in GetValueForControl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/tabbed_pane/
H A Dtabbed_pane_unittest.cc35 return ax_node_data.GetString16Attribute(ax::mojom::StringAttribute::kName); in GetAccessibleName()
264 data.GetString16Attribute(ax::mojom::StringAttribute::kName)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/tabbed_pane/
H A Dtabbed_pane_unittest.cc35 return ax_node_data.GetString16Attribute(ax::mojom::StringAttribute::kName); in GetAccessibleName()
263 data.GetString16Attribute(ax::mojom::StringAttribute::kName)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_com_win.cc888 if (owner()->GetString16Attribute(ax::mojom::StringAttribute::kHtmlTag, &tag)) in get_nodeInfo()
997 !owner()->GetString16Attribute(ax::mojom::StringAttribute::kDisplay, in get_computedStyle()
1030 owner()->GetString16Attribute(ax::mojom::StringAttribute::kDisplay); in get_computedStyleForProperties()
1171 owner()->GetString16Attribute(ax::mojom::StringAttribute::kInnerHtml); in get_innerHTML()
1434 owner()->GetString16Attribute(ax::mojom::StringAttribute::kDescription); in UpdateStep1ComputeWinAttributes()
1553 if (!owner()->GetString16Attribute(attribute, &str)) in GetStringAttributeAsBstr()
H A Done_shot_accessibility_tree_search.cc25 if (node->GetString16Attribute(ax::mojom::StringAttribute::kName, &value)) in GetNodeStrings()
27 if (node->GetString16Attribute(ax::mojom::StringAttribute::kDescription, in GetNodeStrings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dprogress_bar_unittest.cc54 node_data.GetString16Attribute(ax::mojom::StringAttribute::kName)); in TEST_F()

123