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

/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.h146 // MessagePumpForIO extends MessagePumpWin with methods that are particular to a
151 class BASE_EXPORT MessagePumpForIO : public MessagePumpWin { class in namespace:base
269 MessagePumpForIO();
270 virtual ~MessagePumpForIO() {}
H A Dmessage_pump_win.cc412 // MessagePumpForIO public:
414 MessagePumpForIO::MessagePumpForIO() { function in class:base::MessagePumpForIO
419 void MessagePumpForIO::ScheduleWork() {
436 void MessagePumpForIO::ScheduleDelayedWork(const TimeTicks& delayed_work_time) {
443 void MessagePumpForIO::RegisterIOHandler(HANDLE file_handle,
450 bool MessagePumpForIO::RegisterJobObject(HANDLE job_handle,
466 // MessagePumpForIO private:
468 void MessagePumpForIO::DoRunLoop() {
508 void MessagePumpForIO
[all...]
H A Dmessage_loop.cc102 typedef MessagePumpIOSForIO MessagePumpForIO; typedef in namespace:base::__anon2364
104 typedef MessagePumpDefault MessagePumpForIO; typedef in namespace:base::__anon2364
106 typedef MessagePumpLibevent MessagePumpForIO; typedef in namespace:base::__anon2364
109 MessagePumpForIO* ToPumpIO(MessagePump* pump) {
110 return static_cast<MessagePumpForIO*>(pump);
253 return scoped_ptr<MessagePump>(new MessagePumpForIO());

Completed in 2030 milliseconds