Searched refs:WaitForIOCompletion (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.h222 // requirement stated for the destructor, the class calls WaitForIOCompletion
226 // message_pump->WaitForIOCompletion(INFINITE, this);
296 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
H A Dmessage_pump_win.cc472 // WaitForIOCompletion(), there is a good chance there are still more
483 more_work_is_plausible |= WaitForIOCompletion(0, NULL);
517 WaitForIOCompletion(timeout, NULL);
520 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { function in class:base::MessagePumpForIO
H A Dmessage_loop.cc699 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { function in class:base::MessageLoopForIO
700 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter);
H A Dmessage_loop.h639 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
H A Dmessage_loop_unittest.cc536 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this));
537 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this));
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_win.cc249 base::MessageLoopForIO::current()->WaitForIOCompletion(100, handler);
/external/chromium_org/ipc/
H A Dipc_channel_win.cc103 base::MessageLoopForIO::current()->WaitForIOCompletion(INFINITE, this);

Completed in 176 milliseconds