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

1 2

  /external/chromium_org/net/socket/
stream_socket.h 87 virtual NextProto GetNegotiatedProtocol() const = 0;
tcp_client_socket.h 53 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
socks5_client_socket.h 56 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
socks_client_socket.h 53 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
ssl_client_socket.h 82 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
ssl_client_socket.cc 102 NextProto SSLClientSocket::GetNegotiatedProtocol() const {
ssl_server_socket_nss.h 65 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
ssl_server_socket_openssl.h 67 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
socks_client_socket.cc 161 NextProto SOCKSClientSocket::GetNegotiatedProtocol() const {
163 return transport_->socket()->GetNegotiatedProtocol();
socks5_client_socket.cc 133 NextProto SOCKS5ClientSocket::GetNegotiatedProtocol() const {
135 return transport_->socket()->GetNegotiatedProtocol();
tcp_client_socket.cc 232 NextProto TCPClientSocket::GetNegotiatedProtocol() const {
transport_client_socket_pool_unittest.cc 132 virtual NextProto GetNegotiatedProtocol() const OVERRIDE {
196 virtual NextProto GetNegotiatedProtocol() const OVERRIDE {
285 virtual NextProto GetNegotiatedProtocol() const OVERRIDE {
    [all...]
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.h 53 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
fake_ssl_client_socket.h 66 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
proxy_resolving_client_socket.h 69 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
fake_ssl_client_socket.cc 339 net::NextProto FakeSSLClientSocket::GetNegotiatedProtocol() const {
340 return transport_socket_->GetNegotiatedProtocol();
proxy_resolving_client_socket.cc 388 net::NextProto ProxyResolvingClientSocket::GetNegotiatedProtocol() const {
390 return transport_->socket()->GetNegotiatedProtocol();
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_socket.h 55 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
android_usb_socket.cc 221 net::NextProto AndroidUsbSocket::GetNegotiatedProtocol() const {
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.h 62 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
socket_host_test_utils.cc 167 net::NextProto FakeSocket::GetNegotiatedProtocol() const {
  /external/chromium_org/net/http/
http_proxy_client_socket.h 75 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
http_proxy_client_socket.cc 196 NextProto HttpProxyClientSocket::GetNegotiatedProtocol() const {
198 return transport_->socket()->GetNegotiatedProtocol();
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.h 79 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
  /external/chromium_org/remoting/protocol/
fake_session.h 77 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;

Completed in 310 milliseconds

1 2