/external/chromium_org/net/socket/ |
D | stream_socket.h | 92 virtual NextProto GetNegotiatedProtocol() const = 0;
|
D | transport_client_socket_pool_test_util.cc | 72 virtual NextProto GetNegotiatedProtocol() const OVERRIDE { in GetNegotiatedProtocol() function in net::__anonda2346cc0111::MockConnectClientSocket 132 virtual NextProto GetNegotiatedProtocol() const OVERRIDE { in GetNegotiatedProtocol() function in net::__anonda2346cc0111::MockFailingClientSocket 247 virtual NextProto GetNegotiatedProtocol() const OVERRIDE { in GetNegotiatedProtocol() function in net::__anonda2346cc0111::MockTriggerableClientSocket
|
D | unix_domain_client_socket_posix.h | 56 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | tcp_client_socket.h | 54 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | socks5_client_socket.h | 56 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | socks_client_socket.h | 53 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | ssl_client_socket.h | 84 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | socks_client_socket.cc | 161 NextProto SOCKSClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in net::SOCKSClientSocket 163 return transport_->socket()->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
|
D | ssl_server_socket_nss.h | 65 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | unix_domain_client_socket_posix.cc | 132 NextProto UnixDomainClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in net::UnixDomainClientSocket
|
D | ssl_server_socket_openssl.h | 67 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | ssl_client_socket.cc | 88 NextProto SSLClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in net::SSLClientSocket
|
D | socks5_client_socket.cc | 133 NextProto SOCKS5ClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in net::SOCKS5ClientSocket 135 return transport_->socket()->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
|
/external/chromium_org/jingle/glue/ |
D | pseudotcp_adapter.h | 53 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | fake_ssl_client_socket.cc | 339 net::NextProto FakeSSLClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in jingle_glue::FakeSSLClientSocket 340 return transport_socket_->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
|
D | fake_ssl_client_socket.h | 66 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | proxy_resolving_client_socket.h | 69 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
D | proxy_resolving_client_socket.cc | 402 net::NextProto ProxyResolvingClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in jingle_glue::ProxyResolvingClientSocket 404 return transport_->socket()->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
|
/external/chromium_org/components/cronet/android/ |
D | url_request_adapter.h | 113 std::string GetNegotiatedProtocol() const;
|
D | chromium_url_request.cc | 390 static jstring GetNegotiatedProtocol(JNIEnv* env, in GetNegotiatedProtocol() function 398 std::string negotiated_protocol = request->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
|
/external/chromium_org/chrome/browser/devtools/device/usb/ |
D | android_usb_socket.h | 55 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
/external/chromium_org/net/http/ |
D | http_proxy_client_socket.h | 77 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
/external/chromium_org/net/spdy/ |
D | spdy_proxy_client_socket.h | 79 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
D | socket_host_test_utils.h | 62 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
/external/chromium_org/remoting/protocol/ |
D | fake_stream_socket.h | 89 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|