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

1 2 3

  /external/chromium/net/socket/
client_socket.h 86 virtual bool UsingTCPFastOpen() const = 0;
tcp_client_socket_win.h 54 virtual bool UsingTCPFastOpen() const;
socks5_client_socket.h 68 virtual bool UsingTCPFastOpen() const;
socks_client_socket.h 65 virtual bool UsingTCPFastOpen() const;
ssl_client_socket_mac.h 63 virtual bool UsingTCPFastOpen() const;
ssl_client_socket_openssl.h 77 virtual bool UsingTCPFastOpen() const;
ssl_client_socket_win.h 68 virtual bool UsingTCPFastOpen() const;
tcp_client_socket_libevent.h 60 virtual bool UsingTCPFastOpen() const;
  /external/chromium_org/net/socket/
stream_socket.h 80 virtual bool UsingTCPFastOpen() const = 0;
buffered_write_stream_socket.cc 110 bool BufferedWriteStreamSocket::UsingTCPFastOpen() const {
111 return wrapped_socket_->UsingTCPFastOpen();
buffered_write_stream_socket.h 60 virtual bool UsingTCPFastOpen() const OVERRIDE;
tcp_client_socket.h 51 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_socket_win.h 73 bool UsingTCPFastOpen() const;
ssl_client_socket_nss.h 95 virtual bool UsingTCPFastOpen() const OVERRIDE;
ssl_server_socket_nss.h 63 virtual bool UsingTCPFastOpen() const OVERRIDE;
  /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;
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_socket.h 53 virtual bool UsingTCPFastOpen() const OVERRIDE;
  /external/chromium/net/http/
http_proxy_client_socket.h 86 virtual bool UsingTCPFastOpen() const;
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 84 virtual bool UsingTCPFastOpen() const;
  /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 73 virtual bool UsingTCPFastOpen() const OVERRIDE;

Completed in 827 milliseconds

1 2 3