Searched defs:MenuHostRootView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host_root_view.h15 // 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 { class in namespace:views
23 MenuHostRootView(Widget* widget, SubmenuView* submenu);
38 // Returns the MenuController for this MenuHostRootView.
50 DISALLOW_COPY_AND_ASSIGN(MenuHostRootView);
H A Dmenu_host_root_view.cc13 MenuHostRootView::MenuHostRootView(Widget* widget, function in class:views::MenuHostRootView
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
[all...]

Completed in 102 milliseconds