Searched refs:ShowSiblingMenu (Results 1 – 2 of 2) sorted by relevance
298 bool ShowSiblingMenu(SubmenuView* source, const gfx::Point& mouse_location);
503 ShowSiblingMenu(source, event.location()); in OnMouseDragged()1166 bool MenuController::ShowSiblingMenu(SubmenuView* source, in ShowSiblingMenu() function in views::MenuController2278 if (part.type == MenuPart::NONE && ShowSiblingMenu(source, mouse_location)) in HandleMouseLocation()