Searched refs:WaitForIOCompletion (Results 1 – 7 of 7) sorted by relevance
/external/chromium/base/ |
D | message_pump_win.cc | 453 more_work_is_plausible |= WaitForIOCompletion(0, NULL); in DoRunLoop() 487 WaitForIOCompletion(timeout, NULL); in WaitForWork() 490 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { in WaitForIOCompletion() function in base::MessagePumpForIO
|
D | message_loop.cc | 616 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { in WaitForIOCompletion() function in MessageLoopForIO 617 return pump_io()->WaitForIOCompletion(timeout, filter); in WaitForIOCompletion()
|
D | message_pump_win.h | 321 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
|
D | message_loop.h | 506 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
|
D | message_loop_unittest.cc | 1217 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this)); in WaitForIO() 1218 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this)); in WaitForIO()
|
/external/chromium/net/disk_cache/ |
D | file_win.cc | 283 MessageLoopForIO::current()->WaitForIOCompletion(100, handler); in WaitForPendingIO()
|
/external/chromium/net/base/ |
D | file_stream_win.cc | 80 MessageLoopForIO::current()->WaitForIOCompletion(INFINITE, this); in ~AsyncContext()
|