Searched refs:RegisterIOHandler (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_win.h215 // message_pump->RegisterIOHandler(file_, this);
246 // message_pump->RegisterIOHandler(file_, this);
327 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
H A Dmessage_loop.cc708 void MessageLoopForIO::RegisterIOHandler(HANDLE file, IOHandler* handler) { function in class:MessageLoopForIO
709 pump_io()->RegisterIOHandler(file, handler);
H A Dmessage_loop.h617 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
H A Dmessage_pump_win.cc433 void MessagePumpForIO::RegisterIOHandler(HANDLE file_handle, function in class:base::MessagePumpForIO
H A Dmessage_loop_unittest.cc1254 MessageLoopForIO::current()->RegisterIOHandler(file_, this);
/external/chromium/net/base/
H A Dfile_stream_win.cc135 MessageLoopForIO::current()->RegisterIOHandler(file_,
172 MessageLoopForIO::current()->RegisterIOHandler(file_,
/external/chromium/net/disk_cache/
H A Dfile_win.cc87 MessageLoopForIO::current()->RegisterIOHandler(
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc154 MessageLoopForIO::current()->RegisterIOHandler(channel_, this);

Completed in 159 milliseconds