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

  /external/chromium_org/net/socket/
socket_libevent.h 69 int WaitForWrite(IOBuffer* buf, int buf_len,
socket_libevent.cc 268 rv = WaitForWrite(buf, buf_len, callback);
272 int SocketLibevent::WaitForWrite(IOBuffer* buf,
tcp_socket_libevent.cc 647 return socket_->WaitForWrite(buf, buf_len, callback);
ssl_client_socket_unittest.cc 366 void WaitForWrite();
400 // WaitForWrite() wait loop.
513 void FakeBlockingStreamSocket::WaitForWrite() {
885 raw_transport->WaitForWrite();
    [all...]

Completed in 81 milliseconds