Home
last modified time | relevance | path

Searched refs:HasIntAttribute (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_node_data_unittest.cc17 EXPECT_FALSE(root.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)); in TEST()
21 EXPECT_TRUE(root.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)); in TEST()
25 EXPECT_TRUE(root.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)); in TEST()
29 EXPECT_FALSE(root.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)); in TEST()
H A Dax_node_data.cc460 if (HasIntAttribute(attribute)) in AddIntAttribute()
732 if (HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)) in SetCheckedState()
761 if (HasIntAttribute(ax::mojom::IntAttribute::kHasPopup)) in SetHasPopup()
775 if (HasIntAttribute(ax::mojom::IntAttribute::kInvalidState)) in SetInvalidState()
789 if (HasIntAttribute(ax::mojom::IntAttribute::kNameFrom)) in SetNameFrom()
804 if (HasIntAttribute(ax::mojom::IntAttribute::kDescriptionFrom)) in SetDescriptionFrom()
818 if (HasIntAttribute(ax::mojom::IntAttribute::kTextPosition)) in SetTextPosition()
847 if (HasIntAttribute(ax::mojom::IntAttribute::kRestriction)) in SetRestriction()
861 if (HasIntAttribute(ax::mojom::IntAttribute::kListStyle)) in SetListStyle()
875 if (HasIntAttribute(ax::mojom::IntAttribute::kTextDirection)) in SetTextDirection()
[all …]
H A Dax_node.h205 bool HasIntAttribute(ax::mojom::IntAttribute attribute) const { in HasIntAttribute() function
206 return data().HasIntAttribute(attribute); in HasIntAttribute()
H A Dax_node_data.h68 bool HasIntAttribute(ax::mojom::IntAttribute attribute) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/accessibility/
H A Dview_ax_platform_node_delegate.cc505 (data.HasIntAttribute(ax::mojom::IntAttribute::kPosInSet) && in IsOrderedSetItem()
506 data.HasIntAttribute(ax::mojom::IntAttribute::kSetSize)); in IsOrderedSetItem()
511 GetData().HasIntAttribute(ax::mojom::IntAttribute::kSetSize); in IsOrderedSet()
517 if (data.HasIntAttribute(ax::mojom::IntAttribute::kPosInSet)) in GetPosInSet()
538 if (data.HasIntAttribute(ax::mojom::IntAttribute::kSetSize)) in GetSetSize()
H A Dviews_ax_tree_manager_unittest.cc180 ASSERT_FALSE(ax_button->data().HasIntAttribute( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_node_data.cc461 if (HasIntAttribute(attribute)) in AddIntAttribute()
591 if (HasIntAttribute(ax::mojom::IntAttribute::kNameFrom)) in SetName()
791 if (HasIntAttribute(ax::mojom::IntAttribute::kHasPopup)) in SetHasPopup()
805 if (HasIntAttribute(ax::mojom::IntAttribute::kInvalidState)) in SetInvalidState()
819 if (HasIntAttribute(ax::mojom::IntAttribute::kNameFrom)) in SetNameFrom()
848 if (HasIntAttribute(ax::mojom::IntAttribute::kTextPosition)) in SetTextPosition()
877 if (HasIntAttribute(ax::mojom::IntAttribute::kRestriction)) in SetRestriction()
891 if (HasIntAttribute(ax::mojom::IntAttribute::kListStyle)) in SetListStyle()
905 if (HasIntAttribute(ax::mojom::IntAttribute::kTextAlign)) in SetTextAlign()
917 if (HasIntAttribute(ax::mojom::IntAttribute::kTextDirection)) in SetTextDirection()
[all …]
H A Dax_node_data_unittest.cc20 EXPECT_FALSE(root.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)); in TEST()
24 EXPECT_TRUE(root.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)); in TEST()
28 EXPECT_TRUE(root.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)); in TEST()
32 EXPECT_FALSE(root.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)); in TEST()
H A Dax_node.h215 bool HasIntAttribute(ax::mojom::IntAttribute attribute) const { in HasIntAttribute() function
216 return data().HasIntAttribute(attribute); in HasIntAttribute()
H A Dax_node_data.h76 bool HasIntAttribute(ax::mojom::IntAttribute attribute) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dview_ax_platform_node_delegate.cc586 (data.HasIntAttribute(ax::mojom::IntAttribute::kPosInSet) && in IsOrderedSetItem()
587 data.HasIntAttribute(ax::mojom::IntAttribute::kSetSize)); in IsOrderedSetItem()
592 GetData().HasIntAttribute(ax::mojom::IntAttribute::kSetSize); in IsOrderedSet()
598 if (data.HasIntAttribute(ax::mojom::IntAttribute::kPosInSet)) in GetPosInSet()
619 if (data.HasIntAttribute(ax::mojom::IntAttribute::kSetSize)) in GetSetSize()
H A Dviews_ax_tree_manager_unittest.cc180 ASSERT_FALSE(ax_button->data().HasIntAttribute( 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.cc313 bool AXPlatformNodeBase::HasIntAttribute( in HasIntAttribute() function in ui::AXPlatformNodeBase
317 return GetData().HasIntAttribute(attribute); in HasIntAttribute()
817 HasIntAttribute(ax::mojom::IntAttribute::kTextSelStart) && in HasCaret()
818 HasIntAttribute(ax::mojom::IntAttribute::kTextSelEnd)) { in HasCaret()
884 return (HasIntAttribute(ax::mojom::IntAttribute::kScrollXMin) && in IsScrollable()
885 HasIntAttribute(ax::mojom::IntAttribute::kScrollXMax) && in IsScrollable()
886 HasIntAttribute(ax::mojom::IntAttribute::kScrollX)) || in IsScrollable()
887 (HasIntAttribute(ax::mojom::IntAttribute::kScrollYMin) && in IsScrollable()
888 HasIntAttribute(ax::mojom::IntAttribute::kScrollYMax) && in IsScrollable()
889 HasIntAttribute(ax::mojom::IntAttribute::kScrollY)); in IsScrollable()
[all …]
H A Dax_platform_node_base.h102 bool HasIntAttribute(ax::mojom::IntAttribute attribute) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dprogress_bar_unittest.cc29 node_data.HasIntAttribute(ax::mojom::IntAttribute::kRestriction)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_base.cc426 bool AXPlatformNodeBase::HasIntAttribute( in HasIntAttribute() function in ui::AXPlatformNodeBase
430 return GetData().HasIntAttribute(attribute); in HasIntAttribute()
890 HasIntAttribute(ax::mojom::IntAttribute::kTextSelStart) && in HasCaret()
891 HasIntAttribute(ax::mojom::IntAttribute::kTextSelEnd)) { in HasCaret()
924 return (HasIntAttribute(ax::mojom::IntAttribute::kScrollXMin) && in IsScrollable()
925 HasIntAttribute(ax::mojom::IntAttribute::kScrollXMax) && in IsScrollable()
926 HasIntAttribute(ax::mojom::IntAttribute::kScrollX)) || in IsScrollable()
927 (HasIntAttribute(ax::mojom::IntAttribute::kScrollYMin) && in IsScrollable()
928 HasIntAttribute(ax::mojom::IntAttribute::kScrollYMax) && in IsScrollable()
929 HasIntAttribute(ax::mojom::IntAttribute::kScrollY)); in IsScrollable()
[all …]
H A Dax_platform_node_base.h125 bool HasIntAttribute(ax::mojom::IntAttribute attribute) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_native_views_unittest.cc166 EXPECT_FALSE(node_data_1.HasIntAttribute(ax::mojom::IntAttribute::kPosInSet)); in TEST_F()
167 EXPECT_FALSE(node_data_1.HasIntAttribute(ax::mojom::IntAttribute::kSetSize)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dprogress_bar_unittest.cc58 node_data.HasIntAttribute(ax::mojom::IntAttribute::kRestriction)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/browser/
H A Dax_tree_converter.cc61 if (node.HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)) { in ConvertStates()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc177 return HasIntAttribute(ax::mojom::IntAttribute::kCheckedState); in IsCheckable()
189 if (HasIntAttribute(ax::mojom::IntAttribute::kDefaultActionVerb) && in IsClickable()
243 HasIntAttribute(ax::mojom::IntAttribute::kInvalidState) && in IsContentInvalid()
250 return HasIntAttribute(ax::mojom::IntAttribute::kInvalidState) && in IsContentInvalid()
455 return HasIntAttribute(ax::mojom::IntAttribute::kHasPopup); in CanOpenPopup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dbrowser_accessibility_qt.cpp599 if (HasIntAttribute(ax::mojom::IntAttribute::kCheckedState)) { in state()
618 if (HasIntAttribute(ax::mojom::IntAttribute::kRestriction)) { in state()
631 if (HasIntAttribute(ax::mojom::IntAttribute::kHasPopup)) { in state()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/pdf/renderer/
H A Dpdf_accessibility_tree_browsertest.cc515 ASSERT_TRUE(highlight_node->HasIntAttribute( in TEST_F()
729 ASSERT_FALSE(previous_inline_node->HasIntAttribute( in TEST_F()
735 ASSERT_TRUE(next_inline_node->HasIntAttribute( in TEST_F()
760 ASSERT_TRUE(previous_inline_node->HasIntAttribute( in TEST_F()
770 ASSERT_FALSE(next_inline_node->HasIntAttribute( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view_unittest.cc275 popup_node_data.HasIntAttribute(ax::mojom::IntAttribute::kPopupForId)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dsnapshot_ax_tree_browsertest.cc330 EXPECT_FALSE(node_data.HasIntAttribute(ax::mojom::IntAttribute::kColor)); in IN_PROC_BROWSER_TEST_F()

123