Home
last modified time | relevance | path

Searched refs:MenuEventDispatcher (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
Dmenu_event_dispatcher_linux.cc18 MenuEventDispatcher::MenuEventDispatcher(MenuController* controller) in MenuEventDispatcher() function in views::internal::MenuEventDispatcher
21 MenuEventDispatcher::~MenuEventDispatcher() {} in ~MenuEventDispatcher()
23 bool MenuEventDispatcher::CanDispatchEvent(const ui::PlatformEvent& event) { in CanDispatchEvent()
27 uint32_t MenuEventDispatcher::DispatchEvent(const ui::PlatformEvent& event) { in DispatchEvent()
Dmenu_event_dispatcher_linux.h16 class MenuEventDispatcher : public ui::PlatformEventDispatcher {
18 explicit MenuEventDispatcher(MenuController* menu_controller);
19 virtual ~MenuEventDispatcher();
28 DISALLOW_COPY_AND_ASSIGN(MenuEventDispatcher);
Dmenu_controller.h47 class MenuEventDispatcher; variable
155 friend class internal::MenuEventDispatcher;
Dmenu_message_loop_aura.cc158 internal::MenuEventDispatcher event_dispatcher(controller); in Run()