HomeSort by relevance Sort by last modified time
    Searched refs:MessagePumpForUI (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/
run_loop.h 17 class MessagePumpForUI;
80 friend class base::MessagePumpForUI;
  /external/libchrome/base/message_loop/
message_loop.cc 211 typedef MessagePumpGlib MessagePumpForUI;
213 typedef MessagePumpLibevent MessagePumpForUI;
223 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>(new MessagePumpForUI())
244 return scoped_ptr<MessagePump>(new MessagePumpForUI());
443 static_cast<MessagePumpForUI*>(pump_.get())->
689 static_cast<MessagePumpForUI*>(pump_.get())->Start(this);
message_loop_unittest.cc 467 if (code == MessagePumpForUI::kMessageFilterCode) {
    [all...]

Completed in 3139 milliseconds