HomeSort by relevance Sort by last modified time
    Searched refs:EnableTCPFastOpenIfSupported (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/socket/
stream_socket.h 85 virtual void EnableTCPFastOpenIfSupported() {}
tcp_client_socket.h 52 virtual void EnableTCPFastOpenIfSupported() OVERRIDE;
tcp_socket_win.h 81 void EnableTCPFastOpenIfSupported() {}
tcp_socket_libevent.h 70 void EnableTCPFastOpenIfSupported();
tcp_client_socket.cc 228 void TCPClientSocket::EnableTCPFastOpenIfSupported() {
229 socket_->EnableTCPFastOpenIfSupported();
transport_client_socket_pool_test_util.cc 67 virtual void EnableTCPFastOpenIfSupported() OVERRIDE {
127 virtual void EnableTCPFastOpenIfSupported() OVERRIDE {
242 virtual void EnableTCPFastOpenIfSupported() OVERRIDE {
transport_client_socket_pool.cc 287 transport_socket_->EnableTCPFastOpenIfSupported();
tcp_socket_libevent.cc 425 void TCPSocketLibevent::EnableTCPFastOpenIfSupported() {

Completed in 96 milliseconds