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_current.h 262 HRESULT RegisterIOHandler(HANDLE file, MessagePumpForIO::IOHandler* handler);
message_loop_current.cc 200 HRESULT MessageLoopCurrentForIO::RegisterIOHandler(
204 return pump_->RegisterIOHandler(file, handler);
message_loop_unittest.cc 653 MessageLoopCurrentForIO::Get()->RegisterIOHandler(file_.Get(), this);
    [all...]
  /external/libchrome/mojo/core/
channel_win.cc 140 base::MessageLoopCurrentForIO::Get()->RegisterIOHandler(handle_.Get(),

Completed in 636 milliseconds