Home
last modified time | relevance | path

Searched refs:RegisterIOHandler (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_current.cc200 HRESULT MessageLoopCurrentForIO::RegisterIOHandler( in RegisterIOHandler() function in base::MessageLoopCurrentForIO
204 return pump_->RegisterIOHandler(file, handler); in RegisterIOHandler()
Dmessage_loop_current.h262 HRESULT RegisterIOHandler(HANDLE file, MessagePumpForIO::IOHandler* handler);
Dmessage_loop_unittest.cc653 MessageLoopCurrentForIO::Get()->RegisterIOHandler(file_.Get(), this); in Init()
/external/libchrome/mojo/core/
Dchannel_win.cc140 base::MessageLoopCurrentForIO::Get()->RegisterIOHandler(handle_.Get(), in StartOnIOThread()