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

  /external/chromium_org/ui/views/controls/menu/
menu_message_pump_dispatcher_win.h 19 class MenuMessagePumpDispatcher : public base::MessagePumpDispatcher {
21 explicit MenuMessagePumpDispatcher(MenuController* menu_controller);
22 virtual ~MenuMessagePumpDispatcher();
30 DISALLOW_COPY_AND_ASSIGN(MenuMessagePumpDispatcher);
menu_message_pump_dispatcher_win.cc 18 MenuMessagePumpDispatcher::MenuMessagePumpDispatcher(MenuController* controller)
21 MenuMessagePumpDispatcher::~MenuMessagePumpDispatcher() {}
23 uint32_t MenuMessagePumpDispatcher::Dispatch(const MSG& msg) {

Completed in 399 milliseconds