Searched defs:OnIOCompleted (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/base/
H A Dasync_socket_io_handler_win.cc30 void AsyncSocketIoHandler::OnIOCompleted( function in class:base::AsyncSocketIoHandler
51 // straight away or asynchronously (ERROR_IO_PENDING). OnIOCompleted() will
/external/chromium_org/net/base/
H A Dfile_stream_context_win.cc131 void FileStream::Context::OnIOCompleted( function in class:net::FileStream::Context
/external/chromium_org/device/serial/
H A Dserial_io_handler_win.cc251 void SerialIoHandlerWin::OnIOCompleted( function in class:device::SerialIoHandlerWin
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_win.cc33 virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context,
41 void CompletionHandler::OnIOCompleted( function in class:__anon9153::CompletionHandler
/external/chromium_org/remoting/host/win/
H A Dwts_session_process_delegate.cc69 virtual void OnIOCompleted(base::MessagePumpForIO::IOContext* context,
280 void WtsSessionProcessDelegate::Core::OnIOCompleted( function in class:remoting::WtsSessionProcessDelegate::Core
/external/chromium_org/ipc/
H A Dipc_channel_win.cc90 // form OnIOCompleted().
351 // to true, we indicate to OnIOCompleted that this is the special
355 base::Bind(&ChannelWin::OnIOCompleted,
471 void ChannelWin::OnIOCompleted( function in class:IPC::ChannelWin
/external/chromium_org/mojo/system/
H A Draw_channel_win.cc99 // 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( function in class:mojo::system::__anon8862::RawChannelWin::RawChannelIOHandler
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/base/message_loop/
H A Dmessage_loop_unittest.cc492 virtual void OnIOCompleted(MessageLoopForIO::IOContext* context,
529 void TestIOHandler::OnIOCompleted(MessageLoopForIO::IOContext* context, function in class:base::__anon2367::TestIOHandler
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc107 io_callback_(base::Bind(&SocketStream::OnIOCompleted,
441 void SocketStream::OnIOCompleted(int result) { function in class:net::SocketStream
698 base::Bind(&SocketStream::OnIOCompleted, this),

Completed in 245 milliseconds