/external/cronet/net/socket/ |
D | transport_client_socket_pool_test_util.cc | 64 bool IsConnectedAndIdle() const override { return connected_; } in IsConnectedAndIdle() function in net::__anonb99b27da0111::MockConnectClientSocket 138 bool IsConnectedAndIdle() const override { return false; } in IsConnectedAndIdle() function in net::__anonb99b27da0111::MockFailingClientSocket 250 bool IsConnectedAndIdle() const override { return is_connected_; } in IsConnectedAndIdle() function in net::__anonb99b27da0111::MockTriggerableClientSocket
|
D | unix_domain_client_socket_posix.cc | 63 bool UnixDomainClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::UnixDomainClientSocket
|
D | fuzzed_socket.cc | 209 bool FuzzedSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::FuzzedSocket
|
D | fuzzed_socket_factory.cc | 61 bool IsConnectedAndIdle() const override { return false; } in IsConnectedAndIdle() function in net::__anon12cd17290111::FailingSSLClientSocket
|
D | transport_connect_sub_job.cc | 83 bool IsConnectedAndIdle() const override { in IsConnectedAndIdle() function in net::__anona12327eb0111::WebSocketStreamSocket
|
D | socks5_client_socket.cc | 87 bool SOCKS5ClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SOCKS5ClientSocket
|
D | socket_test_util.cc | 883 bool MockClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockClientSocket 1110 bool MockTCPClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockTCPClientSocket 1376 bool MockSSLClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockSSLClientSocket 2011 bool WrappedStreamSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::WrappedStreamSocket
|
D | socks_client_socket.cc | 121 bool SOCKSClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SOCKSClientSocket
|
D | socket_posix.cc | 253 bool SocketPosix::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SocketPosix
|
D | tcp_client_socket.cc | 365 bool TCPClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPClientSocket
|
D | tcp_socket_posix.cc | 297 bool TCPSocketPosix::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPSocketPosix
|
D | tcp_socket_win.cc | 468 bool TCPSocketWin::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPSocketWin
|
D | ssl_server_socket_impl.cc | 519 bool SSLServerContextImpl::SocketImpl::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLServerContextImpl::SocketImpl
|
D | ssl_client_socket_impl.cc | 509 bool SSLClientSocketImpl::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLClientSocketImpl
|
D | ssl_server_socket_unittest.cc | 279 bool IsConnectedAndIdle() const override { return true; } in IsConnectedAndIdle() function in net::__anone2598ac10111::FakeSocket
|
D | client_socket_pool_base_unittest.cc | 193 bool IsConnectedAndIdle() const override { in IsConnectedAndIdle() function in net::__anon0ba9f5eb0111::MockClientSocket
|
/external/cronet/net/http/ |
D | http_proxy_client_socket.cc | 119 bool HttpProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::HttpProxyClientSocket
|
/external/cronet/net/quic/ |
D | quic_proxy_client_socket.cc | 119 bool QuicProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::QuicProxyClientSocket
|
D | quic_proxy_client_socket_unittest.cc | 846 TEST_P(QuicProxyClientSocketTest, IsConnectedAndIdle) { in TEST_P() argument
|
/external/cronet/net/spdy/ |
D | spdy_proxy_client_socket.cc | 140 bool SpdyProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SpdyProxyClientSocket
|
/external/cronet/net/server/ |
D | http_server_unittest.cc | 965 bool IsConnectedAndIdle() const override { return IsConnected(); } in IsConnectedAndIdle() function in net::__anon91253db50211::MockStreamSocket
|