Searched refs:HttpProxySocketParams (Results 1 – 8 of 8) sorted by relevance
39 class HttpProxySocketParams : public base::RefCounted<HttpProxySocketParams> {41 HttpProxySocketParams(78 friend class base::RefCounted<HttpProxySocketParams>;79 ~HttpProxySocketParams();92 DISALLOW_COPY_AND_ASSIGN(HttpProxySocketParams);100 const scoped_refptr<HttpProxySocketParams>& params,155 scoped_refptr<HttpProxySocketParams> params_;226 typedef ClientSocketPoolBase<HttpProxySocketParams> PoolBase;261 HttpProxySocketParams);
30 HttpProxySocketParams::HttpProxySocketParams( in HttpProxySocketParams() function in net::HttpProxySocketParams57 const HostResolver::RequestInfo& HttpProxySocketParams::destination() const { in destination()64 HttpProxySocketParams::~HttpProxySocketParams() {} in ~HttpProxySocketParams()67 bool HttpProxySocketParams::getUID(uid_t *uid) const { in getUID()74 void HttpProxySocketParams::setUID(uid_t uid) { in setUID()88 const scoped_refptr<HttpProxySocketParams>& params, in HttpProxyConnectJob()448 const scoped_refptr<HttpProxySocketParams>* casted_socket_params = in RequestSocket()449 static_cast<const scoped_refptr<HttpProxySocketParams>*>(socket_params); in RequestSocket()460 const scoped_refptr<HttpProxySocketParams>* casted_params = in RequestSockets()461 static_cast<const scoped_refptr<HttpProxySocketParams>*>(params); in RequestSockets()
121 scoped_refptr<HttpProxySocketParams> GetParams(bool tunnel) { in GetParams()122 return scoped_refptr<HttpProxySocketParams>( in GetParams()123 new HttpProxySocketParams( in GetParams()135 scoped_refptr<HttpProxySocketParams> GetTunnelParams() { in GetTunnelParams()139 scoped_refptr<HttpProxySocketParams> GetNoTunnelParams() { in GetNoTunnelParams()
27 class HttpProxySocketParams; variable
32 class HttpProxySocketParams; variable47 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,58 const scoped_refptr<HttpProxySocketParams>& http_proxy_params() { in http_proxy_params()82 const scoped_refptr<HttpProxySocketParams> http_proxy_params_;
74 scoped_refptr<HttpProxySocketParams> http_proxy_params; in InitSocketPoolHelper()146 new HttpProxySocketParams(proxy_tcp_params, in InitSocketPoolHelper()
27 const scoped_refptr<HttpProxySocketParams>& http_proxy_params, in SSLSocketParams()298 scoped_refptr<HttpProxySocketParams> http_proxy_params = in DoTunnelConnect()
65 http_proxy_socket_params_(new HttpProxySocketParams( in SSLClientSocketPoolTest()161 scoped_refptr<HttpProxySocketParams> http_proxy_socket_params_;