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

  /external/chromium_org/base/
async_socket_io_handler.h 79 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context,
async_socket_io_handler_win.cc 30 void AsyncSocketIoHandler::OnIOCompleted(
51 // straight away or asynchronously (ERROR_IO_PENDING). OnIOCompleted() will
  /external/chromium_org/device/serial/
serial_io_handler_win.h 38 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context,
serial_io_handler_win.cc 251 void SerialIoHandlerWin::OnIOCompleted(
  /external/chromium_org/ipc/
ipc_channel_win.h 62 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context,
ipc_channel_win.cc 90 // form OnIOCompleted().
351 // to true, we indicate to OnIOCompleted that this is the special
355 base::Bind(&ChannelWin::OnIOCompleted,
471 void ChannelWin::OnIOCompleted(
  /external/chromium_org/base/message_loop/
message_pump_win.h 178 // virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
204 // virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
236 virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
message_pump_win.cc 542 item.handler->OnIOCompleted(item.context, item.bytes_transfered,
message_loop_unittest.cc 492 virtual void OnIOCompleted(MessageLoopForIO::IOContext* context,
529 void TestIOHandler::OnIOCompleted(MessageLoopForIO::IOContext* context,
    [all...]
  /external/chromium_org/mojo/system/
raw_channel_win.cc 99 // Instructs the object to wait for an |OnIOCompleted()| notification.
106 // Instructs the object to wait for an |OnIOCompleted()| notification.
112 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context,
245 void RawChannelWin::RawChannelIOHandler::OnIOCompleted(
402 // packet. If we do get one for errors, |RawChannelIOHandler::OnIOCompleted()|
425 base::Bind(&RawChannelIOHandler::OnIOCompleted,
490 // packet. If we do get one for errors, |RawChannelIOHandler::OnIOCompleted()|
516 base::Bind(&RawChannelIOHandler::OnIOCompleted,
  /external/chromium_org/net/base/
file_stream_context.h 159 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context,
file_stream_context_win.cc 131 void FileStream::Context::OnIOCompleted(
  /external/chromium_org/net/disk_cache/blockfile/
file_win.cc 33 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context,
41 void CompletionHandler::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_org/net/socket_stream/
socket_stream.h 295 void OnIOCompleted(int result);
socket_stream.cc 107 io_callback_(base::Bind(&SocketStream::OnIOCompleted,
441 void SocketStream::OnIOCompleted(int result) {
698 base::Bind(&SocketStream::OnIOCompleted, this),
    [all...]

Completed in 404 milliseconds