HomeSort by relevance Sort by last modified time
    Searched defs:HttpProxySocketParams (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 31 HttpProxySocketParams::HttpProxySocketParams(
59 const HostResolver::RequestInfo& HttpProxySocketParams::destination() const {
67 HttpProxySocketParams::~HttpProxySocketParams() {}
81 const scoped_refptr<HttpProxySocketParams>& params,
448 const scoped_refptr<HttpProxySocketParams>* casted_socket_params =
449 static_cast<const scoped_refptr<HttpProxySocketParams>*>(socket_params);
460 const scoped_refptr<HttpProxySocketParams>* casted_params =
461 static_cast<const scoped_refptr<HttpProxySocketParams>*>(params)
    [all...]
http_proxy_client_socket_pool.h 38 // HttpProxySocketParams only needs the socket params for one of the proxy
42 class NET_EXPORT_PRIVATE HttpProxySocketParams
43 : public base::RefCounted<HttpProxySocketParams> {
45 HttpProxySocketParams(
77 friend class base::RefCounted<HttpProxySocketParams>;
78 ~HttpProxySocketParams();
91 DISALLOW_COPY_AND_ASSIGN(HttpProxySocketParams);
100 const scoped_refptr<HttpProxySocketParams>& params,
156 scoped_refptr<HttpProxySocketParams> params_;
180 typedef HttpProxySocketParams SocketParams
    [all...]

Completed in 237 milliseconds