Searched defs:http_proxy_params (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/socket/
H A Dssl_client_socket_pool.h47 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
58 const scoped_refptr<HttpProxySocketParams>& http_proxy_params() { function in class:net::SSLSocketParams
H A Dclient_socket_pool_manager.cc74 scoped_refptr<HttpProxySocketParams> http_proxy_params; local
145 http_proxy_params =
178 http_proxy_params,
207 RequestSocketsForPool(pool, connection_group, http_proxy_params,
212 return socket_handle->Init(connection_group, http_proxy_params,
H A Dssl_client_socket_pool.cc27 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
35 http_proxy_params_(http_proxy_params),
298 scoped_refptr<HttpProxySocketParams> http_proxy_params = local
299 params_->http_proxy_params();
301 group_name(), http_proxy_params,
302 http_proxy_params->destination().priority(), &callback_,
24 SSLSocketParams( const scoped_refptr<TransportSocketParams>& transport_params, const scoped_refptr<SOCKSSocketParams>& socks_params, const scoped_refptr<HttpProxySocketParams>& http_proxy_params, ProxyServer::Scheme proxy, const HostPortPair& host_and_port, const SSLConfig& ssl_config, int load_flags, bool force_spdy_over_ssl, bool want_spdy_over_npn) argument

Completed in 76 milliseconds