Searched defs:HttpProxySocketParams (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
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.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...]
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool.cc31 HttpProxySocketParams::HttpProxySocketParams( function in class:net::HttpProxySocketParams
59 const HostResolver::RequestInfo& HttpProxySocketParams::destination() const {
67 HttpProxySocketParams::~HttpProxySocketParams() {}
80 const scoped_refptr<HttpProxySocketParams>& params,
440 const scoped_refptr<HttpProxySocketParams>* casted_socket_params =
441 static_cast<const scoped_refptr<HttpProxySocketParams>*>(socket_params);
452 const scoped_refptr<HttpProxySocketParams>* casted_params =
453 static_cast<const scoped_refptr<HttpProxySocketParams>*>(param
[all...]
H A Dhttp_proxy_client_socket_pool.h38 // HttpProxySocketParams only needs the socket params for one of the proxy
42 class NET_EXPORT_PRIVATE HttpProxySocketParams class in namespace:net
43 : public base::RefCounted<HttpProxySocketParams> {
45 HttpProxySocketParams(
77 friend class base::RefCounted<HttpProxySocketParams>;
78 ~HttpProxySocketParams();
91 DISALLOW_COPY_AND_ASSIGN(HttpProxySocketParams);
99 const scoped_refptr<HttpProxySocketParams>& params,
155 scoped_refptr<HttpProxySocketParams> params_;
242 typedef ClientSocketPoolBase<HttpProxySocketParams> PoolBas
[all...]

Completed in 78 milliseconds