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

  /external/chromium/base/
message_pump_win.cc 447 // WaitForIOCompletion(), there is a good chance there are still more
458 more_work_is_plausible |= WaitForIOCompletion(0, NULL);
492 WaitForIOCompletion(timeout, NULL);
495 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
message_pump_win.h 270 // requirement stated for the destructor, the class calls WaitForIOCompletion
274 // message_pump->WaitForIOCompletion(INFINITE, this);
338 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_loop.cc 712 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
713 return pump_io()->WaitForIOCompletion(timeout, filter);
message_loop.h 618 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_loop_unittest.cc     [all...]
  /external/chromium_org/base/message_loop/
message_pump_win.h 272 // requirement stated for the destructor, the class calls WaitForIOCompletion
276 // message_pump->WaitForIOCompletion(INFINITE, this);
346 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_pump_win.cc 498 // WaitForIOCompletion(), there is a good chance there are still more
509 more_work_is_plausible |= WaitForIOCompletion(0, NULL);
543 WaitForIOCompletion(timeout, NULL);
546 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
message_loop.cc 755 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
756 return pump_io()->WaitForIOCompletion(timeout, filter);
message_loop.h 712 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_loop_unittest.cc 673 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this));
674 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this));
    [all...]
  /external/chromium/net/disk_cache/
file_win.cc 263 MessageLoopForIO::current()->WaitForIOCompletion(100, handler);
  /external/chromium_org/net/disk_cache/
file_win.cc 266 base::MessageLoopForIO::current()->WaitForIOCompletion(100, handler);
  /external/chromium/net/base/
file_stream_win.cc 82 MessageLoopForIO::current()->WaitForIOCompletion(INFINITE, this);
  /external/chromium_org/ipc/
ipc_channel_win.cc 73 base::MessageLoopForIO::current()->WaitForIOCompletion(INFINITE, this);

Completed in 106 milliseconds