/external/chromium_org/base/ |
async_socket_io_handler_win.cc | 30 void AsyncSocketIoHandler::OnIOCompleted( 51 // straight away or asynchronously (ERROR_IO_PENDING). OnIOCompleted() will
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_io_handler_win.cc | 94 void SerialIoHandlerWin::OnIOCompleted(
|
/external/chromium/net/disk_cache/ |
file_win.cc | 33 virtual void OnIOCompleted(MessageLoopForIO::IOContext* context, 40 void CompletionHandler::OnIOCompleted(MessageLoopForIO::IOContext* context,
|
/external/chromium_org/ipc/ |
ipc_channel_win.cc | 64 // form OnIOCompleted(). 306 // to true, we indicate to OnIOCompleted that this is the special 310 base::Bind(&Channel::ChannelImpl::OnIOCompleted, 416 void Channel::ChannelImpl::OnIOCompleted(
|
/external/chromium_org/net/base/ |
file_stream_context_win.cc | 217 void FileStream::Context::OnIOCompleted(
|
/external/chromium_org/net/disk_cache/ |
file_win.cc | 33 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context, 41 void CompletionHandler::OnIOCompleted(
|
/external/chromium/net/base/ |
file_stream_win.cc | 67 virtual void OnIOCompleted(MessageLoopForIO::IOContext* context, 97 void FileStream::AsyncContext::OnIOCompleted(
|
/external/chromium_org/remoting/host/win/ |
wts_session_process_delegate.cc | 69 virtual void OnIOCompleted(base::MessagePumpForIO::IOContext* context, 280 void WtsSessionProcessDelegate::Core::OnIOCompleted(
|
/external/chromium/net/socket_stream/ |
socket_stream.cc | 62 io_callback_(this, &SocketStream::OnIOCompleted)), 355 void SocketStream::OnIOCompleted(int result) { [all...] |
/external/chromium_org/net/socket_stream/ |
socket_stream.cc | 104 io_callback_(base::Bind(&SocketStream::OnIOCompleted, 434 void SocketStream::OnIOCompleted(int result) { 690 base::Bind(&SocketStream::OnIOCompleted, this), [all...] |
/external/chromium/base/ |
message_loop_unittest.cc | [all...] |
/external/chromium/net/tools/dump_cache/ |
upgrade.cc | 226 virtual void OnIOCompleted(MessageLoopForIO::IOContext* context, 273 void MasterSM::OnIOCompleted(MessageLoopForIO::IOContext* context, 569 virtual void OnIOCompleted(MessageLoopForIO::IOContext* context, 626 void SlaveSM::OnIOCompleted(MessageLoopForIO::IOContext* context,
|
/external/chromium_org/base/message_loop/ |
message_loop_unittest.cc | 629 virtual void OnIOCompleted(MessageLoopForIO::IOContext* context, 666 void TestIOHandler::OnIOCompleted(MessageLoopForIO::IOContext* context, [all...] |
/external/chromium_org/net/tools/dump_cache/ |
upgrade_win.cc | 227 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context, 272 void MasterSM::OnIOCompleted(base::MessageLoopForIO::IOContext* context, 565 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context, 617 void SlaveSM::OnIOCompleted(base::MessageLoopForIO::IOContext* context,
|