HomeSort by relevance Sort by last modified time
    Searched defs:HttpProxySocketParams (Results 1 - 2 of 2) 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...]

Completed in 29 milliseconds