Searched refs:MenuEventDispatcher (Results 1 - 4 of 4) sorted by last modified time

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

Completed in 117 milliseconds