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

  /external/chromium/net/http/
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...]
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_unittest.cc 121 scoped_refptr<HttpProxySocketParams> GetParams(bool tunnel) {
122 return scoped_refptr<HttpProxySocketParams>(
123 new HttpProxySocketParams(
135 scoped_refptr<HttpProxySocketParams> GetTunnelParams() {
139 scoped_refptr<HttpProxySocketParams> GetNoTunnelParams() {
http_stream_factory_impl_job.h 27 class HttpProxySocketParams;
  /external/chromium/net/socket/
ssl_client_socket_pool.h 32 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_;
client_socket_pool_manager.cc 74 scoped_refptr<HttpProxySocketParams> http_proxy_params;
146 new HttpProxySocketParams(proxy_tcp_params,
ssl_client_socket_pool.cc 27 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
298 scoped_refptr<HttpProxySocketParams> http_proxy_params =
ssl_client_socket_pool_unittest.cc 65 http_proxy_socket_params_(new HttpProxySocketParams(
161 scoped_refptr<HttpProxySocketParams> http_proxy_socket_params_;

Completed in 74 milliseconds