Home
last modified time | relevance | path

Searched defs:ReadIfReady (Results 1 – 15 of 15) sorted by relevance

/external/cronet/net/socket/
Dsocket.cc17 int Socket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::Socket
Dread_buffering_stream_socket.cc42 int ReadBufferingStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::ReadBufferingStreamSocket
Dtransport_connect_sub_job.cc49 int ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::__anona12327eb0111::WebSocketStreamSocket
Dsocks_client_socket.cc181 int SOCKSClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::SOCKSClientSocket
Dsocket_posix.cc287 int SocketPosix::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::SocketPosix
Dtcp_client_socket.cc413 int TCPClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::TCPClientSocket
Dsocket_test_util.cc966 int MockTCPClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::MockTCPClientSocket
1301 int MockSSLClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::MockSSLClientSocket
2057 int WrappedStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::WrappedStreamSocket
Dtcp_socket_posix.cc321 int TCPSocketPosix::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::TCPSocketPosix
Dtcp_socket_win.cc508 int TCPSocketWin::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::TCPSocketWin
Dssl_server_socket_impl.cc438 int SSLServerContextImpl::SocketImpl::ReadIfReady( in ReadIfReady() function in net::SSLServerContextImpl::SocketImpl
Dssl_client_socket_impl.cc661 int SSLClientSocketImpl::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::SSLClientSocketImpl
Dssl_client_socket_unittest.cc201 int SynchronousErrorStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::__anon93a63ca90111::SynchronousErrorStreamSocket
352 int FakeBlockingStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::__anon93a63ca90111::FakeBlockingStreamSocket
884 int ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::__anon93a63ca90111::StreamSocketWithoutReadIfReady
/external/cronet/net/http/
Dhttp_proxy_client_socket.cc170 int HttpProxyClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::HttpProxyClientSocket
/external/cronet/net/spdy/
Dspdy_proxy_client_socket.cc201 int SpdyProxyClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::SpdyProxyClientSocket
Dspdy_session_unittest.cc5443 TEST_P(SpdySessionReadIfReadyTest, ReadIfReady) { in TEST_P() argument