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

  /external/chromium/net/http/
http_proxy_client_socket_pool.cc 30 HttpProxySocketParams::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_params)
    [all...]
http_proxy_client_socket_pool.h 35 // HttpProxySocketParams only needs the socket params for one of the proxy
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
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 31 HttpProxySocketParams::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>*>(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);
99 const scoped_refptr<HttpProxySocketParams>& params,
155 scoped_refptr<HttpProxySocketParams> params_;
242 typedef ClientSocketPoolBase<HttpProxySocketParams> PoolBase
    [all...]

Completed in 56 milliseconds