Home
last modified time | relevance | path

Searched refs:WasNpnNegotiated (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/net/socket/
Dstream_socket.h88 virtual bool WasNpnNegotiated() const = 0;
Dtransport_client_socket_pool_test_util.cc71 virtual bool WasNpnNegotiated() const OVERRIDE { return false; } in WasNpnNegotiated() function in net::__anonda2346cc0111::MockConnectClientSocket
131 virtual bool WasNpnNegotiated() const OVERRIDE { return false; } in WasNpnNegotiated() function in net::__anonda2346cc0111::MockFailingClientSocket
246 virtual bool WasNpnNegotiated() const OVERRIDE { return false; } in WasNpnNegotiated() function in net::__anonda2346cc0111::MockTriggerableClientSocket
Dunix_domain_client_socket_posix.h55 virtual bool WasNpnNegotiated() const OVERRIDE;
Dtcp_client_socket.h53 virtual bool WasNpnNegotiated() const OVERRIDE;
Dsocks5_client_socket.h55 virtual bool WasNpnNegotiated() const OVERRIDE;
Dsocks_client_socket.h52 virtual bool WasNpnNegotiated() const OVERRIDE;
Dssl_client_socket.h83 virtual bool WasNpnNegotiated() const OVERRIDE;
Dsocks_client_socket.cc153 bool SOCKSClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SOCKSClientSocket
155 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
Dssl_server_socket_nss.h64 virtual bool WasNpnNegotiated() const OVERRIDE;
Dunix_domain_client_socket_posix.cc128 bool UnixDomainClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::UnixDomainClientSocket
Dssl_server_socket_openssl.h66 virtual bool WasNpnNegotiated() const OVERRIDE;
Dssl_client_socket.cc84 bool SSLClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SSLClientSocket
Dsocks5_client_socket.cc125 bool SOCKS5ClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SOCKS5ClientSocket
127 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
Dwebsocket_endpoint_lock_manager_unittest.cc52 virtual bool WasNpnNegotiated() const OVERRIDE { return false; } in WasNpnNegotiated() function in net::__anon0de623ac0111::FakeStreamSocket
/external/chromium_org/jingle/glue/
Dpseudotcp_adapter.h52 virtual bool WasNpnNegotiated() const OVERRIDE;
Dfake_ssl_client_socket.cc335 bool FakeSSLClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in jingle_glue::FakeSSLClientSocket
336 return transport_socket_->WasNpnNegotiated(); in WasNpnNegotiated()
Dfake_ssl_client_socket.h65 virtual bool WasNpnNegotiated() const OVERRIDE;
Dproxy_resolving_client_socket.h68 virtual bool WasNpnNegotiated() const OVERRIDE;
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_usb_socket.h54 virtual bool WasNpnNegotiated() const OVERRIDE;
/external/chromium_org/net/http/
Dhttp_proxy_client_socket.h76 virtual bool WasNpnNegotiated() const OVERRIDE;
Dhttp_proxy_client_socket.cc192 bool HttpProxyClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::HttpProxyClientSocket
194 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
/external/chromium_org/net/spdy/
Dspdy_proxy_client_socket.h78 virtual bool WasNpnNegotiated() const OVERRIDE;
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host_test_utils.h61 virtual bool WasNpnNegotiated() const OVERRIDE;
Dsocket_host_test_utils.cc163 bool FakeSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in FakeSocket
/external/chromium_org/remoting/protocol/
Dfake_stream_socket.h88 virtual bool WasNpnNegotiated() const OVERRIDE;

12