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

1 2

  /external/chromium/net/socket/
client_socket.h 77 virtual void SetOmniboxSpeculation() = 0;
tcp_client_socket_win.h 52 virtual void SetOmniboxSpeculation();
socks5_client_socket.h 66 virtual void SetOmniboxSpeculation();
socks_client_socket.h 63 virtual void SetOmniboxSpeculation();
ssl_client_socket_mac.h 61 virtual void SetOmniboxSpeculation();
ssl_client_socket_openssl.h 75 virtual void SetOmniboxSpeculation();
ssl_client_socket_win.h 66 virtual void SetOmniboxSpeculation();
tcp_client_socket_libevent.h 58 virtual void SetOmniboxSpeculation();
ssl_client_socket_nss.h 80 virtual void SetOmniboxSpeculation();
socks_client_socket.cc 157 void SOCKSClientSocket::SetOmniboxSpeculation() {
159 transport_->socket()->SetOmniboxSpeculation();
socks5_client_socket.cc 130 void SOCKS5ClientSocket::SetOmniboxSpeculation() {
132 transport_->socket()->SetOmniboxSpeculation();
ssl_server_socket_unittest.cc 163 virtual void SetOmniboxSpeculation() {}
transport_client_socket_pool_unittest.cc 85 virtual void SetOmniboxSpeculation() {}
135 virtual void SetOmniboxSpeculation() {}
209 virtual void SetOmniboxSpeculation() {}
    [all...]
ssl_client_socket_mac.cc 645 void SSLClientSocketMac::SetOmniboxSpeculation() {
647 transport_->socket()->SetOmniboxSpeculation();
    [all...]
ssl_client_socket_openssl.cc     [all...]
ssl_client_socket_win.cc 718 void SSLClientSocketWin::SetOmniboxSpeculation() {
720 transport_->socket()->SetOmniboxSpeculation();
    [all...]
socket_test_util.h 586 virtual void SetOmniboxSpeculation() {}
    [all...]
tcp_client_socket_libevent.cc 706 void TCPClientSocketLibevent::SetOmniboxSpeculation() {
tcp_client_socket_win.cc 503 void TCPClientSocketWin::SetOmniboxSpeculation() {
ssl_client_socket_nss.cc 742 void SSLClientSocketNSS::SetOmniboxSpeculation() {
744 transport_->socket()->SetOmniboxSpeculation();
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket.h 84 virtual void SetOmniboxSpeculation();
http_proxy_client_socket.cc 153 void HttpProxyClientSocket::SetOmniboxSpeculation() {
155 transport_->socket()->SetOmniboxSpeculation();
http_stream_factory_impl_job.cc 843 connection_->socket()->SetOmniboxSpeculation();
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 82 virtual void SetOmniboxSpeculation();
spdy_proxy_client_socket.cc 138 void SpdyProxyClientSocket::SetOmniboxSpeculation() {

Completed in 345 milliseconds

1 2