Lines Matching full:menu
396 // Actually showing the context menu is handled by the ContextMenuClient
557 // enter when selecting an item in the menu will go to the page.
659 // the selected element. Ideally we'd have the position of a context menu
663 // The contextMenuController() holds onto the last context menu that was
665 // this menu before propagating the event through the DOM so that we can
666 // detect if we create a new menu for this event, since we won't create
667 // a new menu if the DOM swallows the event and the defaultEventHandler does
1348 // the window scrolled while the context menu was open or because the page
1698 ContextMenu* menu = m_page->contextMenuController()->contextMenu();
1699 if (!menu)
1701 ContextMenuItem* item = menu->itemWithAction(static_cast<ContextMenuAction>(ContextMenuItemBaseCustomTag + action));