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

  /external/chromium/net/socket/
ssl_client_socket_pool.cc 27 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_,
ssl_client_socket_pool.h 47 const scoped_refptr<HttpProxySocketParams>& http_proxy_params,
58 const scoped_refptr<HttpProxySocketParams>& http_proxy_params() { function in class:net::SSLSocketParams
client_socket_pool_manager.cc 74 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,

Completed in 54 milliseconds