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

  /external/chromium/net/http/
http_proxy_client_socket_pool.h 69 bool tunnel() const { return tunnel_; }
89 const bool tunnel_; member in class:net::HttpProxySocketParams
http_proxy_client_socket.h 159 const bool tunnel_; member in class:net::HttpProxyClientSocket
http_proxy_client_socket.cc 49 tunnel_(tunnel),
108 if (using_spdy_ || !tunnel_)
http_proxy_client_socket_pool.cc 48 tunnel_(tunnel) {
  /external/chromium_org/net/http/
http_proxy_client_socket.h 151 const bool tunnel_; member in class:net::HttpProxyClientSocket
http_proxy_client_socket_pool.h 73 bool tunnel() const { return tunnel_; }
88 const bool tunnel_; member in class:net::HttpProxySocketParams
http_proxy_client_socket.cc 51 tunnel_(tunnel),
119 if (using_spdy_ || !tunnel_)
http_proxy_client_socket_pool.cc 49 tunnel_(tunnel) {

Completed in 57 milliseconds