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

1 2

  /external/chromium_org/net/socket/
stream_socket.h 81 virtual bool UsingTCPFastOpen() const = 0;
unix_domain_client_socket_posix.h 54 virtual bool UsingTCPFastOpen() const OVERRIDE;
socks5_client_socket.h 54 virtual bool UsingTCPFastOpen() const OVERRIDE;
socks_client_socket.h 51 virtual bool UsingTCPFastOpen() const OVERRIDE;
tcp_client_socket.h 51 virtual bool UsingTCPFastOpen() const OVERRIDE;
tcp_socket_win.h 80 bool UsingTCPFastOpen() const { return false; }
ssl_client_socket_nss.h 98 virtual bool UsingTCPFastOpen() const OVERRIDE;
ssl_server_socket_nss.h 63 virtual bool UsingTCPFastOpen() const OVERRIDE;
ssl_server_socket_openssl.h 65 virtual bool UsingTCPFastOpen() const OVERRIDE;
tcp_socket_libevent.h 69 bool UsingTCPFastOpen() const;
unix_domain_client_socket_posix.cc 124 bool UnixDomainClientSocket::UsingTCPFastOpen() const {
tcp_client_socket.cc 224 bool TCPClientSocket::UsingTCPFastOpen() const {
225 return socket_->UsingTCPFastOpen();
transport_client_socket_pool_test_util.cc 70 virtual bool UsingTCPFastOpen() const OVERRIDE { return use_tcp_fastopen_; }
130 virtual bool UsingTCPFastOpen() const OVERRIDE { return use_tcp_fastopen_; }
245 virtual bool UsingTCPFastOpen() const OVERRIDE { return use_tcp_fastopen_; }
websocket_endpoint_lock_manager_unittest.cc 50 virtual bool UsingTCPFastOpen() const OVERRIDE { return false; }
socks_client_socket.cc 145 bool SOCKSClientSocket::UsingTCPFastOpen() const {
147 return transport_->socket()->UsingTCPFastOpen();
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.h 51 virtual bool UsingTCPFastOpen() const OVERRIDE;
fake_ssl_client_socket.h 64 virtual bool UsingTCPFastOpen() const OVERRIDE;
proxy_resolving_client_socket.h 67 virtual bool UsingTCPFastOpen() const OVERRIDE;
fake_ssl_client_socket.cc 331 bool FakeSSLClientSocket::UsingTCPFastOpen() const {
332 return transport_socket_->UsingTCPFastOpen();
proxy_resolving_client_socket.cc 391 bool ProxyResolvingClientSocket::UsingTCPFastOpen() const {
393 return transport_->socket()->UsingTCPFastOpen();
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_socket.h 53 virtual bool UsingTCPFastOpen() const OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.h 60 virtual bool UsingTCPFastOpen() const OVERRIDE;
  /external/chromium_org/net/http/
http_proxy_client_socket.h 75 virtual bool UsingTCPFastOpen() const OVERRIDE;
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.h 77 virtual bool UsingTCPFastOpen() const OVERRIDE;
  /external/chromium_org/remoting/protocol/
fake_stream_socket.h 87 virtual bool UsingTCPFastOpen() const OVERRIDE;

Completed in 263 milliseconds

1 2