/external/chromium_org/net/socket/ |
D | buffered_write_stream_socket.cc | 114 bool BufferedWriteStreamSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::BufferedWriteStreamSocket 115 return wrapped_socket_->WasNpnNegotiated(); in WasNpnNegotiated()
|
D | stream_socket.h | 83 virtual bool WasNpnNegotiated() const = 0;
|
D | buffered_write_stream_socket.h | 61 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | ssl_client_socket.h | 80 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | tcp_client_socket.h | 52 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | socks_client_socket.cc | 155 bool SOCKSClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SOCKSClientSocket 157 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
|
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.cc | 98 bool SSLClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SSLClientSocket
|
D | ssl_server_socket_nss.h | 64 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | socks5_client_socket.cc | 127 bool SOCKS5ClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::SOCKS5ClientSocket 129 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
|
D | tcp_client_socket.cc | 228 bool TCPClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::TCPClientSocket
|
D | socket_test_util.h | 748 virtual bool WasNpnNegotiated() const OVERRIDE; 905 virtual bool WasNpnNegotiated() const OVERRIDE; 941 virtual bool WasNpnNegotiated() const OVERRIDE;
|
/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/adb/ |
D | android_usb_socket.h | 54 virtual bool WasNpnNegotiated() const OVERRIDE;
|
D | android_usb_socket.cc | 208 bool AndroidUsbSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in AndroidUsbSocket
|
/external/chromium_org/net/http/ |
D | http_proxy_client_socket.cc | 188 bool HttpProxyClientSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in net::HttpProxyClientSocket 190 return transport_->socket()->WasNpnNegotiated(); in WasNpnNegotiated()
|
D | http_proxy_client_socket.h | 74 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 | 162 bool FakeSocket::WasNpnNegotiated() const { in WasNpnNegotiated() function in FakeSocket
|
/external/chromium_org/net/spdy/ |
D | spdy_proxy_client_socket.h | 78 virtual bool WasNpnNegotiated() const OVERRIDE;
|
/external/chromium_org/remoting/protocol/ |
D | fake_session.h | 76 virtual bool WasNpnNegotiated() const OVERRIDE;
|