Home | History | Annotate | Download | only in accessibility

Lines Matching full:menu

192     // menuButton and its corresponding menu are DOM siblings, but Accessibility needs them to be parent/child
688 return siblingWithAriaRole("menu", renderer()->node());
693 Element* menu = menuElementForMenuButton();
694 if (menu && menu->renderer())
695 return m_renderer->document()->axObjectCache()->getOrCreate(menu->renderer());
712 // ARIA just has generic menu items. AppKit needs to know if this is a top level items like MenuBarButton or MenuBarItem
1490 // ignore popup menu items because AppKit does
1510 // static text beneath MenuItems and MenuButtons are just reported along with the menu item, so it's ignored on an individual level