Home
last modified time | relevance | path

Searched refs:HasBoolAttribute (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_node.h184 bool HasBoolAttribute(ax::mojom::BoolAttribute attribute) const { in HasBoolAttribute() function
185 return data().HasBoolAttribute(attribute); in HasBoolAttribute()
H A Dax_node_data.h59 bool HasBoolAttribute(ax::mojom::BoolAttribute attribute) const;
H A Dax_assistant_structure.cc51 node->data().HasBoolAttribute( in IsSimpleTextControl()
H A Dax_node_data.cc265 bool AXNodeData::HasBoolAttribute(ax::mojom::BoolAttribute attribute) const { in HasBoolAttribute() function in ui::AXNodeData
476 if (HasBoolAttribute(attribute)) in AddBoolAttribute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_node.h194 bool HasBoolAttribute(ax::mojom::BoolAttribute attribute) const { in HasBoolAttribute() function
195 return data().HasBoolAttribute(attribute); in HasBoolAttribute()
H A Dax_node_data.h67 bool HasBoolAttribute(ax::mojom::BoolAttribute attribute) const;
H A Dax_node_data.cc266 bool AXNodeData::HasBoolAttribute(ax::mojom::BoolAttribute attribute) const { in HasBoolAttribute() function in ui::AXNodeData
477 if (HasBoolAttribute(attribute)) in AddBoolAttribute()
953 return HasBoolAttribute(ax::mojom::BoolAttribute::kSelected) && in IsSelectable()
H A Dax_assistant_structure.cc51 node->data().HasBoolAttribute( in IsSimpleTextControl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/browser/
H A Dax_tree_converter.cc84 if (node.HasBoolAttribute(ax::mojom::BoolAttribute::kSelected)) { in ConvertStates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view_unittest.cc244 result_node_data.HasBoolAttribute(ax::mojom::BoolAttribute::kSelected)); 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.h94 bool HasBoolAttribute(ax::mojom::BoolAttribute attr) const;
H A Dax_platform_node_base.cc271 bool AXPlatformNodeBase::HasBoolAttribute( in HasBoolAttribute() function in ui::AXPlatformNodeBase
275 return GetData().HasBoolAttribute(attribute); in HasBoolAttribute()
561 if (!HasBoolAttribute(ax::mojom::BoolAttribute::kSelected)) in IsSelectionItemSupported()
588 return HasBoolAttribute(ax::mojom::BoolAttribute::kSelected); in IsSelectionItemSupported()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_base.h117 bool HasBoolAttribute(ax::mojom::BoolAttribute attr) const;
H A Dax_platform_node_base.cc384 bool AXPlatformNodeBase::HasBoolAttribute( in HasBoolAttribute() function in ui::AXPlatformNodeBase
388 return GetData().HasBoolAttribute(attribute); in HasBoolAttribute()
609 if (!HasBoolAttribute(ax::mojom::BoolAttribute::kSelected)) in IsSelectionItemSupported()
636 return HasBoolAttribute(ax::mojom::BoolAttribute::kSelected); in IsSelectionItemSupported()
H A Dtest_ax_node_wrapper.cc590 if (GetData().HasBoolAttribute( in AccessibilityPerformAction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Dax_tree_converter.cc122 if (node.HasBoolAttribute(ax::mojom::BoolAttribute::kSelected)) { in ConvertStates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility.h306 bool HasBoolAttribute(ax::mojom::BoolAttribute attr) const;
H A Daccessibility_tree_formatter_blink.cc351 if (node.HasBoolAttribute(attr)) in AddProperties()
H A Dbrowser_accessibility.cc850 bool BrowserAccessibility::HasBoolAttribute( in HasBoolAttribute() function in content::BrowserAccessibility
852 return GetData().HasBoolAttribute(attribute); in HasBoolAttribute()
H A Dbrowser_accessibility_cocoa.mm684 if (!item->HasBoolAttribute(ax::mojom::BoolAttribute::kSelected))
3535 if (_owner->HasBoolAttribute(ax::mojom::BoolAttribute::kLiveAtomic)) {
3538 if (_owner->HasBoolAttribute(ax::mojom::BoolAttribute::kBusy)) {
3558 if (_owner->HasBoolAttribute(ax::mojom::BoolAttribute::kSelected)) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility.h362 bool HasBoolAttribute(ax::mojom::BoolAttribute attr) const;
H A Daccessibility_tree_formatter_blink.cc310 if (node.HasBoolAttribute(attr)) in AddProperties()
H A Dbrowser_accessibility.cc961 bool BrowserAccessibility::HasBoolAttribute( in HasBoolAttribute() function in content::BrowserAccessibility
963 return GetData().HasBoolAttribute(attribute); in HasBoolAttribute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dbrowser_accessibility_qt.cpp595 if (HasBoolAttribute(ax::mojom::BoolAttribute::kSelected)) { in state()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dinspector_accessibility_agent.cc462 if (node_data.HasBoolAttribute(ax::mojom::blink::BoolAttribute::kBusy)) { in FillSparseAttributes()

12