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 277 // requirement stated for the destructor, the class calls WaitForIOCompletion
281 // message_pump->WaitForIOCompletion(INFINITE, this);
351 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_pump_win.cc 522 // WaitForIOCompletion(), there is a good chance there are still more
533 more_work_is_plausible |= WaitForIOCompletion(0, NULL);
567 WaitForIOCompletion(timeout, NULL);
570 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
message_loop.cc 718 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
719 return pump_io()->WaitForIOCompletion(timeout, filter);
message_loop.h 675 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_loop_unittest.cc     [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 277 milliseconds