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

  /external/libchrome/base/message_loop/
message_loop.h 678 void RegisterIOHandler(HANDLE file, IOHandler* handler);
message_loop.cc 750 void MessageLoopForIO::RegisterIOHandler(HANDLE file, IOHandler* handler) {
751 ToPumpIO(pump_.get())->RegisterIOHandler(file, handler);
message_loop_unittest.cc 460 MessageLoopForIO::current()->RegisterIOHandler(file_.Get(), this);
    [all...]
  /external/libmojo/mojo/edk/system/
channel_win.cc 152 base::MessageLoopForIO::current()->RegisterIOHandler(

Completed in 3899 milliseconds