Home
last modified time | relevance | path

Searched refs:HasStringAttribute (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/browser/
H A Dax_tree_converter.cc38 if (node.HasStringAttribute(ax::mojom::StringAttribute::kName)) { in ConvertAttributes()
44 if (node.HasStringAttribute(ax::mojom::StringAttribute::kDescription)) { in ConvertAttributes()
93 if (node.HasStringAttribute(ax::mojom::StringAttribute::kValue)) { in ConvertStates()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Done_shot_accessibility_tree_search.cc24 if (node->HasStringAttribute(ax::mojom::StringAttribute::kName)) in GetNodeStrings()
27 if (node->HasStringAttribute(ax::mojom::StringAttribute::kDescription)) in GetNodeStrings()
30 if (node->HasStringAttribute(ax::mojom::StringAttribute::kValue)) in GetNodeStrings()
33 if (node->HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder)) in GetNodeStrings()
402 return node->HasStringAttribute(ax::mojom::StringAttribute::kLiveStatus); in AccessibilityLiveRegionPredicate()
H A Daccessibility_mode_browsertest.cc175 textbox->HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder)); in IN_PROC_BROWSER_TEST_F()
188 textbox2->HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder)); in IN_PROC_BROWSER_TEST_F()
H A Dbrowser_accessibility.cc173 if (HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)) { in PlatformChildCount()
271 if (HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)) { in PlatformGetChild()
997 if (GetData().HasStringAttribute(attribute)) in HasInheritedStringAttribute()
1028 bool BrowserAccessibility::HasStringAttribute( in HasStringAttribute() function in content::BrowserAccessibility
1030 return GetData().HasStringAttribute(attribute); in HasStringAttribute()
1980 if (data.HasStringAttribute(ax::mojom::StringAttribute::kName)) in GetLocalizedStringForLandmarkType()
2054 if (data.HasStringAttribute(ax::mojom::StringAttribute::kName)) in GetLocalizedStringForRoleDescription()
2144 if (!HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)) in PlatformGetRootOfChildTree()
H A Dsnapshot_ax_tree_browsertest.cc50 if (node->data().HasStringAttribute(ax::mojom::StringAttribute::kName)) in DumpRolesAndNamesAsText()
H A Daccessibility_tree_formatter_blink.cc207 if (node.HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)) in ChildCount()
217 if (node.HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)) in GetChild()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/accessibility/
H A Dview_accessibility.cc149 if (custom_data_.HasStringAttribute(ax::mojom::StringAttribute::kName)) { in GetAccessibleNodeData()
154 if (custom_data_.HasStringAttribute( in GetAccessibleNodeData()
181 if (!data->HasStringAttribute(ax::mojom::StringAttribute::kDescription)) { in GetAccessibleNodeData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dview_accessibility.cc163 if (custom_data_.HasStringAttribute(ax::mojom::StringAttribute::kName)) { in GetAccessibleNodeData()
168 if (custom_data_.HasStringAttribute( in GetAccessibleNodeData()
195 if (!data->HasStringAttribute(ax::mojom::StringAttribute::kDescription)) { in GetAccessibleNodeData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Dax_tree_converter.cc30 if (node.HasStringAttribute(ax::mojom::StringAttribute::kName)) { in ConvertAttributes()
36 if (node.HasStringAttribute(ax::mojom::StringAttribute::kDescription)) { in ConvertAttributes()
131 if (node.HasStringAttribute(ax::mojom::StringAttribute::kValue)) { in ConvertStates()
H A Daccessibility_bridge.cc267 if (node.HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)) { in OnAtomicUpdateFinished()
322 ax_node = ax_node->HasStringAttribute( in UpdateTreeConnections()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_mode_browsertest.cc176 textbox->HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder)); in IN_PROC_BROWSER_TEST_F()
189 textbox2->HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder)); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_tree_manager_map.cc41 if (!parent_node.data().HasStringAttribute( in GetManagerForChildTree()
H A Dax_language_detection.cc394 if (!node.HasStringAttribute(attr)) in GetLanguageAnnotationForStringAttribute()
400 if (node.HasStringAttribute(ax::mojom::StringAttribute::kLanguage)) { in GetLanguageAnnotationForStringAttribute()
H A Dax_event_generator.cc18 return change.node->data().HasStringAttribute( in IsActiveLiveRegion()
25 return change.node->data().HasStringAttribute( in IsContainedInLiveRegion()
27 change.node->data().HasStringAttribute( in IsContainedInLiveRegion()
300 if (node->data().HasStringAttribute( in OnStringAttributeChanged()
569 while (live_root && !live_root->data().HasStringAttribute( in FireLiveRegionEvents()
H A Dax_node.h215 bool HasStringAttribute(ax::mojom::StringAttribute attribute) const { in HasStringAttribute() function
216 return data().HasStringAttribute(attribute); in HasStringAttribute()
H A Dax_node_data.h72 bool HasStringAttribute(ax::mojom::StringAttribute attribute) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_tree_manager_map.cc41 if (!parent_node.data().HasStringAttribute( in GetManagerForChildTree()
H A Dax_language_detection.cc414 if (!node.HasStringAttribute(attr)) in GetLanguageAnnotationForStringAttribute()
420 if (node.HasStringAttribute(ax::mojom::StringAttribute::kLanguage)) { in GetLanguageAnnotationForStringAttribute()
H A Dax_event_generator.cc18 return change.node->data().HasStringAttribute( in IsActiveLiveRegion()
25 return change.node->data().HasStringAttribute( in IsContainedInLiveRegion()
27 change.node->data().HasStringAttribute( in IsContainedInLiveRegion()
375 if (node->data().HasStringAttribute( in OnStringAttributeChanged()
736 while (live_root && !live_root->data().HasStringAttribute( in FireLiveRegionEvents()
H A Dax_node.h225 bool HasStringAttribute(ax::mojom::StringAttribute attribute) const { in HasStringAttribute() function
226 return data().HasStringAttribute(attribute); in HasStringAttribute()
H A Dax_node_data.h80 bool HasStringAttribute(ax::mojom::StringAttribute attribute) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dfullscreen_shell_surface_unittest.cc238 node_data.HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)); in TEST_F()
244 node_data.HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dfullscreen_shell_surface_unittest.cc238 node_data.HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)); in TEST_F()
244 node_data.HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)); 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.cc334 bool AXPlatformNodeBase::HasStringAttribute( in HasStringAttribute() function in ui::AXPlatformNodeBase
338 return GetData().HasStringAttribute(attribute); in HasStringAttribute()
380 if (current_node->GetData().HasStringAttribute(attribute)) { in HasInheritedStringAttribute()
399 if (current_node->GetData().HasStringAttribute(attribute)) { in GetInheritedStringAttribute()
951 if (!HasStringAttribute(ax::mojom::StringAttribute::kAutoComplete) && in ComputeAttributes()
959 HasStringAttribute(ax::mojom::StringAttribute::kRoleDescription)) { in ComputeAttributes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_base.cc447 bool AXPlatformNodeBase::HasStringAttribute( in HasStringAttribute() function in ui::AXPlatformNodeBase
451 return GetData().HasStringAttribute(attribute); in HasStringAttribute()
493 if (current_node->GetData().HasStringAttribute(attribute)) { in HasInheritedStringAttribute()
512 if (current_node->GetData().HasStringAttribute(attribute)) { in GetInheritedStringAttribute()
976 if (!HasStringAttribute(ax::mojom::StringAttribute::kAutoComplete) && in ComputeAttributes()
984 HasStringAttribute(ax::mojom::StringAttribute::kRoleDescription)) { in ComputeAttributes()

123