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

/external/chromium_org/net/socket/
H A Dsocks_client_socket_pool.h33 const scoped_refptr<TransportSocketParams>& transport_params() const { function in class:net::SOCKSSocketParams
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool.h41 // |transport_params| must be set. When using an HTTPS Proxy, |ssl_params|
47 const scoped_refptr<TransportSocketParams>& transport_params,
58 const scoped_refptr<TransportSocketParams>& transport_params() const { function in class:net::HttpProxySocketParams
H A Dhttp_proxy_client_socket_pool.cc32 const scoped_refptr<TransportSocketParams>& transport_params,
42 : transport_params_(transport_params),
52 DCHECK((transport_params.get() == NULL && ssl_params.get() != NULL) ||
53 (transport_params.get() != NULL && ssl_params.get() == NULL));
55 ignore_limits_ = transport_params->ignore_limits();
187 params_->transport_params(),
366 if (params_->transport_params().get()) {
31 HttpProxySocketParams( const scoped_refptr<TransportSocketParams>& transport_params, const scoped_refptr<SSLSocketParams>& ssl_params, const GURL& request_url, const std::string& user_agent, const HostPortPair& endpoint, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, SpdySessionPool* spdy_session_pool, bool tunnel, ProxyDelegate* proxy_delegate) argument

Completed in 110 milliseconds