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

  /external/chromium_org/base/message_loop/
message_pump_win.cc 412 // MessagePumpForIO public:
414 MessagePumpForIO::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::WaitForWork()
    [all...]
message_pump_win.h 146 // MessagePumpForIO extends MessagePumpWin with methods that are particular to a
151 class BASE_EXPORT MessagePumpForIO : public MessagePumpWin {
269 MessagePumpForIO();
270 virtual ~MessagePumpForIO() {}
message_loop.cc 102 typedef MessagePumpIOSForIO MessagePumpForIO;
104 typedef MessagePumpDefault MessagePumpForIO;
106 typedef MessagePumpLibevent MessagePumpForIO;
109 MessagePumpForIO* ToPumpIO(MessagePump* pump) {
110 return static_cast<MessagePumpForIO*>(pump);
253 return scoped_ptr<MessagePump>(new MessagePumpForIO());
message_loop.h 605 typedef MessagePumpForIO::IOHandler IOHandler;
606 typedef MessagePumpForIO::IOContext IOContext;
607 typedef MessagePumpForIO::IOObserver IOObserver;
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 44 public base::MessagePumpForIO::IOHandler,
68 // base::MessagePumpForIO::IOHandler implementation.
69 virtual void OnIOCompleted(base::MessagePumpForIO::IOContext* context,
281 base::MessagePumpForIO::IOContext* context,

Completed in 1943 milliseconds