Home
last modified time | relevance | path

Searched defs:IsConnected (Results 1 – 16 of 16) sorted by relevance

/external/chromium/net/socket/
Dsocks5_client_socket.cc110 bool SOCKS5ClientSocket::IsConnected() const { in IsConnected() function in net::SOCKS5ClientSocket
Dsocket_test_util.cc638 bool MockClientSocket::IsConnected() const { in IsConnected() function in net::MockClientSocket
781 bool MockTCPClientSocket::IsConnected() const { in IsConnected() function in net::MockTCPClientSocket
977 bool DeterministicMockTCPClientSocket::IsConnected() const { in IsConnected() function in net::DeterministicMockTCPClientSocket
1074 bool MockSSLClientSocket::IsConnected() const { in IsConnected() function in net::MockSSLClientSocket
Dsocks_client_socket.cc137 bool SOCKSClientSocket::IsConnected() const { in IsConnected() function in net::SOCKSClientSocket
Dtransport_client_socket_pool_unittest.cc62 virtual bool IsConnected() const { in IsConnected() function in net::__anon4fded2350111::MockClientSocket
118 virtual bool IsConnected() const { in IsConnected() function in net::__anon4fded2350111::MockFailingClientSocket
186 virtual bool IsConnected() const { in IsConnected() function in net::__anon4fded2350111::MockPendingClientSocket
Dtransport_client_socket_unittest.cc201 TEST_P(TransportClientSocketTest, IsConnected) { in TEST_P() argument
Dtcp_client_socket_libevent.cc345 bool TCPClientSocketLibevent::IsConnected() const { in IsConnected() function in net::TCPClientSocketLibevent
Dssl_server_socket_unittest.cc138 virtual bool IsConnected() const { in IsConnected() function in net::__anon5f9225790111::FakeSocket
Dtcp_client_socket_win.cc439 bool TCPClientSocketWin::IsConnected() const { in IsConnected() function in net::TCPClientSocketWin
Dssl_client_socket_mac.cc603 bool SSLClientSocketMac::IsConnected() const { in IsConnected() function in net::SSLClientSocketMac
Dssl_client_socket_win.cc680 bool SSLClientSocketWin::IsConnected() const { in IsConnected() function in net::SSLClientSocketWin
Dssl_client_socket_openssl.cc1069 bool SSLClientSocketOpenSSL::IsConnected() const { in IsConnected() function in net::SSLClientSocketOpenSSL
Dssl_client_socket_nss.cc694 bool SSLClientSocketNSS::IsConnected() const { in IsConnected() function in net::SSLClientSocketNSS
Dclient_socket_pool_base_unittest.cc72 virtual bool IsConnected() const { return connected_; } in IsConnected() function in net::__anon6f49baa30111::MockClientSocket
/external/chromium/net/http/
Dhttp_proxy_client_socket.cc132 bool HttpProxyClientSocket::IsConnected() const { in IsConnected() function in net::HttpProxyClientSocket
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.cc122 bool SpdyProxyClientSocket::IsConnected() const { in IsConnected() function in net::SpdyProxyClientSocket
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DAudioFilePlayer.h74 int (*IsConnected)(struct S_AudioFilePlayer *afp); member