Home
last modified time | relevance | path

Searched refs:AXMenuList (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_menu_list.cc35 AXMenuList::AXMenuList(LayoutObject* layout_object, in AXMenuList() function in blink::AXMenuList
41 ax::mojom::Role AXMenuList::DetermineAccessibilityRole() { in DetermineAccessibilityRole()
48 bool AXMenuList::OnNativeClickAction() { in OnNativeClickAction()
60 void AXMenuList::ClearChildren() { in ClearChildren()
72 void AXMenuList::AddChildren() { in AddChildren()
90 bool AXMenuList::IsCollapsed() const { in IsCollapsed()
99 AccessibilityExpanded AXMenuList::IsExpanded() const { in IsExpanded()
106 void AXMenuList::DidUpdateActiveOption(int option_index) { in DidUpdateActiveOption()
125 void AXMenuList::DidShowPopup() { in DidShowPopup()
133 void AXMenuList::DidHidePopup() { in DidHidePopup()
H A Dax_menu_list.h36 class AXMenuList final : public AXLayoutObject {
38 AXMenuList(LayoutObject*, AXObjectCacheImpl&);
58 DISALLOW_COPY_AND_ASSIGN(AXMenuList);
62 struct DowncastTraits<AXMenuList> {
H A Dax_menu_list_option.cc84 auto* menu_list = DynamicTo<AXMenuList>(select_ax_object); in ComputeParent()
H A Dax_object_cache_impl.cc482 return MakeGarbageCollected<AXMenuList>(css_box, *this); in CreateFromRenderer()
2337 auto* ax_object = DynamicTo<AXMenuList>(Get(menu_list)); in HandleUpdateActiveMenuOption()
2360 auto* ax_object = DynamicTo<AXMenuList>(Get(menu_list)); in DidShowMenuListPopupWithCleanLayout()
2379 auto* ax_object = DynamicTo<AXMenuList>(Get(menu_list)); in DidHideMenuListPopupWithCleanLayout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_menu_list.cc35 AXMenuList::AXMenuList(LayoutObject* layout_object, in AXMenuList() function in blink::AXMenuList
41 ax::mojom::Role AXMenuList::DetermineAccessibilityRole() { in DetermineAccessibilityRole()
48 bool AXMenuList::OnNativeClickAction() { in OnNativeClickAction()
60 void AXMenuList::ClearChildren() { in ClearChildren()
72 void AXMenuList::AddChildren() { in AddChildren()
93 bool AXMenuList::IsCollapsed() const { in IsCollapsed()
102 AccessibilityExpanded AXMenuList::IsExpanded() const { in IsExpanded()
109 void AXMenuList::DidUpdateActiveOption(int option_index) { in DidUpdateActiveOption()
128 void AXMenuList::DidShowPopup() { in DidShowPopup()
136 void AXMenuList::DidHidePopup() { in DidHidePopup()
H A Dax_menu_list.h36 class AXMenuList final : public AXLayoutObject {
38 AXMenuList(LayoutObject*, AXObjectCacheImpl&);
58 DISALLOW_COPY_AND_ASSIGN(AXMenuList);
62 struct DowncastTraits<AXMenuList> {
H A Dax_menu_list_option.cc84 auto* menu_list = DynamicTo<AXMenuList>(select_ax_object); in ComputeParent()
H A Dax_object_cache_impl.cc442 return MakeGarbageCollected<AXMenuList>(css_box, *this); in CreateFromRenderer()
1808 auto* ax_object = DynamicTo<AXMenuList>(Get(menu_list)); in HandleUpdateActiveMenuOption()
1816 auto* ax_object = DynamicTo<AXMenuList>(Get(menu_list)); in DidShowMenuListPopup()
1824 auto* ax_object = DynamicTo<AXMenuList>(Get(menu_list)); in DidHideMenuListPopup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dsettings.json51062 // The AXMenuList class provides a fake implementation of the
1066 // instead of letting AXMenuList handle it.
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_action_browsertest.cc994 <head><title>No AXMenuList</title></head>