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

/external/chromium/net/http/
H A Dhttp_proxy_client_socket_pool.h35 // HttpProxySocketParams only needs the socket params for one of the proxy
39 class HttpProxySocketParams : public base::RefCounted<HttpProxySocketParams> { class in namespace:net
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> PoolBas
[all...]
H A Dhttp_proxy_client_socket_pool.cc30 HttpProxySocketParams::HttpProxySocketParams( function in class:net::HttpProxySocketParams
57 const HostResolver::RequestInfo& HttpProxySocketParams::destination() const {
64 HttpProxySocketParams::~HttpProxySocketParams() {}
67 bool HttpProxySocketParams::getUID(uid_t *uid) const {
74 void HttpProxySocketParams::setUID(uid_t uid) {
88 const scoped_refptr<HttpProxySocketParams>& params,
448 const scoped_refptr<HttpProxySocketParams>* casted_socket_params =
449 static_cast<const scoped_refptr<HttpProxySocketParams>*>(socket_param
[all...]
H A Dhttp_proxy_client_socket_pool_unittest.cc121 scoped_refptr<HttpProxySocketParams> GetParams(bool tunnel) {
122 return scoped_refptr<HttpProxySocketParams>(
123 new HttpProxySocketParams(
135 scoped_refptr<HttpProxySocketParams> GetTunnelParams() {
139 scoped_refptr<HttpProxySocketParams> GetNoTunnelParams() {
H A Dhttp_stream_factory_impl_job.h27 class HttpProxySocketParams;
/external/chromium/net/socket/
H A Dssl_client_socket_pool.h32 class HttpProxySocketParams;
47 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
58 const scoped_refptr<HttpProxySocketParams>& http_proxy_params() {
82 const scoped_refptr<HttpProxySocketParams> http_proxy_params_;
H A Dclient_socket_pool_manager.cc74 scoped_refptr<HttpProxySocketParams> http_proxy_params;
146 new HttpProxySocketParams(proxy_tcp_params,
H A Dssl_client_socket_pool.cc27 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
298 scoped_refptr<HttpProxySocketParams> http_proxy_params =
H A Dssl_client_socket_pool_unittest.cc65 http_proxy_socket_params_(new HttpProxySocketParams(
161 scoped_refptr<HttpProxySocketParams> http_proxy_socket_params_;

Completed in 103 milliseconds