Searched refs:EnableTCPFastOpenIfSupported (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/socket/
H A Dstream_socket.h85 virtual void EnableTCPFastOpenIfSupported() {} function in class:net::StreamSocket
H A Dtcp_client_socket.h52 virtual void EnableTCPFastOpenIfSupported() OVERRIDE;
H A Dtcp_socket_libevent.h70 void EnableTCPFastOpenIfSupported();
H A Dtcp_socket_win.h81 void EnableTCPFastOpenIfSupported() {} function in class:net::TCPSocketWin
H A Dtcp_client_socket.cc228 void TCPClientSocket::EnableTCPFastOpenIfSupported() { function in class:net::TCPClientSocket
229 socket_->EnableTCPFastOpenIfSupported();
H A Dtransport_client_socket_pool_test_util.cc67 virtual void EnableTCPFastOpenIfSupported() OVERRIDE {
127 virtual void EnableTCPFastOpenIfSupported() OVERRIDE {
242 virtual void EnableTCPFastOpenIfSupported() OVERRIDE {
H A Dtransport_client_socket_pool.cc287 transport_socket_->EnableTCPFastOpenIfSupported();
H A Dtcp_socket_libevent.cc425 void TCPSocketLibevent::EnableTCPFastOpenIfSupported() { function in class:net::TCPSocketLibevent

Completed in 633 milliseconds