/external/chromium_org/net/socket/ |
D | stream_socket.h | 88 virtual bool WasNpnNegotiated() const = 0;
|
D | transport_client_socket_pool_test_util.cc | 71 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
|
D | unix_domain_client_socket_posix.h | 55 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | tcp_client_socket.h | 53 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | socks5_client_socket.h | 55 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | socks_client_socket.h | 52 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | ssl_client_socket.h | 83 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | socks_client_socket.cc | 153 bool SOCKSClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SOCKSClientSocket 155 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
|
D | ssl_server_socket_nss.h | 64 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | unix_domain_client_socket_posix.cc | 128 bool UnixDomainClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::UnixDomainClientSocket
|
D | ssl_server_socket_openssl.h | 66 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | ssl_client_socket.cc | 84 bool SSLClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SSLClientSocket
|
D | socks5_client_socket.cc | 125 bool SOCKS5ClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SOCKS5ClientSocket 127 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
|
D | websocket_endpoint_lock_manager_unittest.cc | 52 virtual bool WasNpnNegotiated() const OVERRIDE { return false; } in WasNpnNegotiated() function in net::__anon0de623ac0111::FakeStreamSocket
|
/external/chromium_org/jingle/glue/ |
D | pseudotcp_adapter.h | 52 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | fake_ssl_client_socket.cc | 335 bool FakeSSLClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in jingle_glue::FakeSSLClientSocket 336 return transport_socket_->WasNpnNegotiated(); in WasNpnNegotiated()
|
D | fake_ssl_client_socket.h | 65 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | proxy_resolving_client_socket.h | 68 virtual bool WasNpnNegotiated() const OVERRIDE;
|
/external/chromium_org/chrome/browser/devtools/device/usb/ |
D | android_usb_socket.h | 54 virtual bool WasNpnNegotiated() const OVERRIDE;
|
/external/chromium_org/net/http/ |
D | http_proxy_client_socket.h | 76 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | http_proxy_client_socket.cc | 192 bool HttpProxyClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::HttpProxyClientSocket 194 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
|
/external/chromium_org/net/spdy/ |
D | spdy_proxy_client_socket.h | 78 virtual bool WasNpnNegotiated() const OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
D | socket_host_test_utils.h | 61 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | socket_host_test_utils.cc | 163 bool FakeSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in FakeSocket
|
/external/chromium_org/remoting/protocol/ |
D | fake_stream_socket.h | 88 virtual bool WasNpnNegotiated() const OVERRIDE;
|