HomeSort by relevance Sort by last modified time
    Searched refs:WasNpnNegotiated (Results 1 - 25 of 45) sorted by null

1 2

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

Completed in 295 milliseconds

1 2