Searched defs:ReadCompleted (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/device/serial/
H A Dserial_io_handler.cc113 void SerialIoHandler::ReadCompleted(int bytes_read, function in class:device::SerialIoHandler
172 base::Bind(&SerialIoHandler::ReadCompleted, this, bytes_read, error));
/external/chromium_org/net/socket/
H A Dsocket_libevent.cc350 ReadCompleted();
424 void SocketLibevent::ReadCompleted() { function in class:net::SocketLibevent
H A Dtcp_socket_libevent.cc266 base::Bind(&TCPSocketLibevent::ReadCompleted,
267 // Grab a reference to |buf| so that ReadCompleted() can still
552 void TCPSocketLibevent::ReadCompleted(const scoped_refptr<IOBuffer>& buf, function in class:net::TCPSocketLibevent

Completed in 148 milliseconds