Searched refs:MenuMessagePumpDispatcher (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_pump_dispatcher_win.h19 class MenuMessagePumpDispatcher : public base::MessagePumpDispatcher { class in namespace:views::internal
21 explicit MenuMessagePumpDispatcher(MenuController* menu_controller);
22 virtual ~MenuMessagePumpDispatcher();
30 DISALLOW_COPY_AND_ASSIGN(MenuMessagePumpDispatcher);
H A Dmenu_message_pump_dispatcher_win.cc18 MenuMessagePumpDispatcher::MenuMessagePumpDispatcher(MenuController* controller) function in class:views::internal::MenuMessagePumpDispatcher
21 MenuMessagePumpDispatcher::~MenuMessagePumpDispatcher() {}
23 uint32_t MenuMessagePumpDispatcher::Dispatch(const MSG& msg) {
H A Dmenu_message_loop_aura.cc141 internal::MenuMessagePumpDispatcher nested_dispatcher(controller);
H A Dmenu_controller.h50 class MenuMessagePumpDispatcher;
177 friend class internal::MenuMessagePumpDispatcher;

Completed in 63 milliseconds