Searched defs:MessagePumpForIO (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.h161 // MessagePumpForIO extends MessagePumpWin with methods that are particular to a
166 class BASE_EXPORT MessagePumpForIO : public MessagePumpWin { class in namespace:base
284 MessagePumpForIO();
285 virtual ~MessagePumpForIO() {}
H A Dmessage_pump_win.cc431 // MessagePumpForIO public:
433 MessagePumpForIO::MessagePumpForIO() { function in class:base::MessagePumpForIO
438 void MessagePumpForIO::ScheduleWork() {
455 void MessagePumpForIO::ScheduleDelayedWork(const TimeTicks& delayed_work_time) {
462 void MessagePumpForIO::RegisterIOHandler(HANDLE file_handle,
469 bool MessagePumpForIO::RegisterJobObject(HANDLE job_handle,
485 // MessagePumpForIO private:
487 void MessagePumpForIO::DoRunLoop() {
527 void MessagePumpForIO
[all...]
H A Dmessage_loop.cc102 typedef MessagePumpIOSForIO MessagePumpForIO; typedef in namespace:base::__anon2336
104 typedef MessagePumpDefault MessagePumpForIO; typedef in namespace:base::__anon2336
106 typedef MessagePumpLibevent MessagePumpForIO; typedef in namespace:base::__anon2336
109 MessagePumpForIO* ToPumpIO(MessagePump* pump) {
110 return static_cast<MessagePumpForIO*>(pump);
238 return scoped_ptr<MessagePump>(new MessagePumpForIO());

Completed in 121 milliseconds