HomeSort by relevance Sort by last modified time
    Searched defs:MenuEventDispatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_event_dispatcher_linux.h 16 class MenuEventDispatcher : public ui::PlatformEventDispatcher {
18 explicit MenuEventDispatcher(MenuController* menu_controller);
19 virtual ~MenuEventDispatcher();
28 DISALLOW_COPY_AND_ASSIGN(MenuEventDispatcher);
menu_event_dispatcher_linux.cc 18 MenuEventDispatcher::MenuEventDispatcher(MenuController* controller)
21 MenuEventDispatcher::~MenuEventDispatcher() {}
23 bool MenuEventDispatcher::CanDispatchEvent(const ui::PlatformEvent& event) {
27 uint32_t MenuEventDispatcher::DispatchEvent(const ui::PlatformEvent& event) {

Completed in 719 milliseconds