Home
last modified time | relevance | path

Searched refs:HttpProxySocketParams (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/http/
Dhttp_proxy_client_socket_pool.h39 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);
Dhttp_proxy_client_socket_pool.cc30 HttpProxySocketParams::HttpProxySocketParams( in HttpProxySocketParams() function in net::HttpProxySocketParams
57 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()
Dhttp_proxy_client_socket_pool_unittest.cc121 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()
Dhttp_stream_factory_impl_job.h27 class HttpProxySocketParams; variable
/external/chromium/net/socket/
Dssl_client_socket_pool.h32 class HttpProxySocketParams; variable
47 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_;
Dclient_socket_pool_manager.cc74 scoped_refptr<HttpProxySocketParams> http_proxy_params; in InitSocketPoolHelper()
146 new HttpProxySocketParams(proxy_tcp_params, in InitSocketPoolHelper()
Dssl_client_socket_pool.cc27 const scoped_refptr<HttpProxySocketParams>& http_proxy_params, in SSLSocketParams()
298 scoped_refptr<HttpProxySocketParams> http_proxy_params = in DoTunnelConnect()
Dssl_client_socket_pool_unittest.cc65 http_proxy_socket_params_(new HttpProxySocketParams( in SSLClientSocketPoolTest()
161 scoped_refptr<HttpProxySocketParams> http_proxy_socket_params_;