Home
last modified time | relevance | path

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

12

/external/chromium_org/net/socket/
Dbuffered_write_stream_socket.cc114 bool BufferedWriteStreamSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::BufferedWriteStreamSocket
115 return wrapped_socket_->WasNpnNegotiated(); in WasNpnNegotiated()
Dstream_socket.h83 virtual bool WasNpnNegotiated() const = 0;
Dbuffered_write_stream_socket.h61 virtual bool WasNpnNegotiated() const OVERRIDE;
Dssl_client_socket.h80 virtual bool WasNpnNegotiated() const OVERRIDE;
Dtcp_client_socket.h52 virtual bool WasNpnNegotiated() const OVERRIDE;
Dsocks_client_socket.cc155 bool SOCKSClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SOCKSClientSocket
157 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
Dsocks5_client_socket.h55 virtual bool WasNpnNegotiated() const OVERRIDE;
Dsocks_client_socket.h52 virtual bool WasNpnNegotiated() const OVERRIDE;
Dssl_client_socket.cc98 bool SSLClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SSLClientSocket
Dssl_server_socket_nss.h64 virtual bool WasNpnNegotiated() const OVERRIDE;
Dsocks5_client_socket.cc127 bool SOCKS5ClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SOCKS5ClientSocket
129 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
Dtcp_client_socket.cc228 bool TCPClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::TCPClientSocket
Dsocket_test_util.h748 virtual bool WasNpnNegotiated() const OVERRIDE;
905 virtual bool WasNpnNegotiated() const OVERRIDE;
941 virtual bool WasNpnNegotiated() const OVERRIDE;
/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/adb/
Dandroid_usb_socket.h54 virtual bool WasNpnNegotiated() const OVERRIDE;
Dandroid_usb_socket.cc208 bool AndroidUsbSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in AndroidUsbSocket
/external/chromium_org/net/http/
Dhttp_proxy_client_socket.cc188 bool HttpProxyClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::HttpProxyClientSocket
190 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
Dhttp_proxy_client_socket.h74 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.cc162 bool FakeSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in FakeSocket
/external/chromium_org/net/spdy/
Dspdy_proxy_client_socket.h78 virtual bool WasNpnNegotiated() const OVERRIDE;
/external/chromium_org/remoting/protocol/
Dfake_session.h76 virtual bool WasNpnNegotiated() const OVERRIDE;

12