Home
last modified time | relevance | path

Searched refs:ShowSiblingMenu (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.h298 bool ShowSiblingMenu(SubmenuView* source, const gfx::Point& mouse_location);
Dmenu_controller.cc503 ShowSiblingMenu(source, event.location()); in OnMouseDragged()
1166 bool MenuController::ShowSiblingMenu(SubmenuView* source, in ShowSiblingMenu() function in views::MenuController
2278 if (part.type == MenuPart::NONE && ShowSiblingMenu(source, mouse_location)) in HandleMouseLocation()