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

/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager.cc87 scoped_refptr<HttpProxySocketParams> http_proxy_params; local
199 http_proxy_params =
250 http_proxy_params,
282 RequestSocketsForPool(pool, connection_group, http_proxy_params,
287 return socket_handle->Init(connection_group, http_proxy_params,
H A Dssl_client_socket_pool.cc32 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
41 http_proxy_params_(http_proxy_params),
356 scoped_refptr<HttpProxySocketParams> http_proxy_params = local
359 http_proxy_params,
29 SSLSocketParams( const scoped_refptr<TransportSocketParams>& direct_params, const scoped_refptr<SOCKSSocketParams>& socks_proxy_params, const scoped_refptr<HttpProxySocketParams>& http_proxy_params, const HostPortPair& host_and_port, const SSLConfig& ssl_config, PrivacyMode privacy_mode, int load_flags, bool force_spdy_over_ssl, bool want_spdy_over_npn) argument

Completed in 93 milliseconds