HomeSort by relevance Sort by last modified time
    Searched refs:HttpProxySocketParams (Results 1 - 16 of 16) 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_org/net/http/
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...]
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_unittest.cc 144 scoped_refptr<HttpProxySocketParams> GetParams(bool tunnel) {
145 return scoped_refptr<HttpProxySocketParams>(new HttpProxySocketParams(
157 scoped_refptr<HttpProxySocketParams> GetTunnelParams() {
161 scoped_refptr<HttpProxySocketParams> GetNoTunnelParams() {
  /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_;
  /external/chromium_org/net/socket/
ssl_client_socket_pool.h 30 class HttpProxySocketParams;
45 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
57 const scoped_refptr<HttpProxySocketParams>& http_proxy_params() {
77 const scoped_refptr<HttpProxySocketParams> http_proxy_params_;
client_socket_pool_manager.cc 88 scoped_refptr<HttpProxySocketParams> http_proxy_params;
196 new HttpProxySocketParams(proxy_tcp_params,
ssl_client_socket_pool.cc 31 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
241 scoped_refptr<HttpProxySocketParams> http_proxy_params =
ssl_client_socket_pool_unittest.cc 114 new HttpProxySocketParams(proxy_transport_socket_params_,
220 scoped_refptr<HttpProxySocketParams> http_proxy_socket_params_;
    [all...]
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 513 scoped_refptr<HttpProxySocketParams> http_proxy_params;
    [all...]

Completed in 101 milliseconds