HomeSort by relevance Sort by last modified time
    Searched refs:MenuHostRootView (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_host_root_view.cc 13 MenuHostRootView::MenuHostRootView(Widget* widget,
20 bool MenuHostRootView::OnMousePressed(const ui::MouseEvent& event) {
31 bool MenuHostRootView::OnMouseDragged(const ui::MouseEvent& event) {
39 void MenuHostRootView::OnMouseReleased(const ui::MouseEvent& event) {
47 void MenuHostRootView::OnMouseMoved(const ui::MouseEvent& event) {
53 bool MenuHostRootView::OnMouseWheel(const ui::MouseWheelEvent& event) {
58 ui::EventDispatchDetails MenuHostRootView::OnEventFromSource(ui::Event* event) {
75 MenuController* MenuHostRootView::GetMenuController() {
79 bool MenuHostRootView::DoesEventTargetEmptyMenuItem
    [all...]
menu_host_root_view.h 15 // MenuHostRootView is the RootView of the window showing the menu.
16 // SubmenuView's scroll view is added as a child of MenuHostRootView.
17 // MenuHostRootView forwards relevant events to the MenuController.
20 // such that when MenuHostRootView is deleted it doesn't delete the menu items.
21 class MenuHostRootView : public internal::RootView {
23 MenuHostRootView(Widget* widget, SubmenuView* submenu);
38 // Returns the MenuController for this MenuHostRootView.
50 DISALLOW_COPY_AND_ASSIGN(MenuHostRootView);
menu_host.cc 88 static_cast<MenuHostRootView*>(GetRootView())->ClearSubmenu();
105 return new MenuHostRootView(this, submenu_);
menu_controller.h 40 class MenuHostRootView;
180 friend class MenuHostRootView;

Completed in 46 milliseconds