Home
last modified time | relevance | path

Searched refs:transport_params_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/socket/
Dsocks_client_socket_pool.cc26 : transport_params_(proxy_server), in SOCKSSocketParams()
29 if (transport_params_) in SOCKSSocketParams()
30 ignore_limits_ = transport_params_->ignore_limits(); in SOCKSSocketParams()
42 if (transport_params_) in getUID()
43 return transport_params_->getUID(uid); in getUID()
49 if (transport_params_) in setUID()
50 return transport_params_->setUID(uid); in setUID()
Dssl_client_socket_pool.cc34 : transport_params_(transport_params), in SSLSocketParams()
45 DCHECK(transport_params_.get() != NULL); in SSLSocketParams()
48 ignore_limits_ = transport_params_->ignore_limits(); in SSLSocketParams()
52 DCHECK(transport_params_.get() == NULL); in SSLSocketParams()
59 DCHECK(transport_params_.get() == NULL); in SSLSocketParams()
77 DCHECK(transport_params_.get() != NULL); in getUID()
80 answer = transport_params_->getUID(uid); in getUID()
84 DCHECK(transport_params_.get() == NULL); in getUID()
91 DCHECK(transport_params_.get() == NULL); in getUID()
Dsocks_client_socket_pool.h35 return transport_params_; in transport_params()
51 const scoped_refptr<TransportSocketParams> transport_params_; variable
Dssl_client_socket_pool.h56 return transport_params_; in transport_params()
81 const scoped_refptr<TransportSocketParams> transport_params_; variable
/external/chromium/net/http/
Dhttp_proxy_client_socket_pool.cc40 : transport_params_(transport_params), in HttpProxySocketParams()
51 if (transport_params_) in HttpProxySocketParams()
58 if (transport_params_ == NULL) in destination()
61 return transport_params_->destination(); in destination()
68 if (transport_params_ == NULL) in getUID()
71 return transport_params_->getUID(uid); in getUID()
75 if (transport_params_ == NULL) in setUID()
78 transport_params_->setUID(uid); in setUID()
Dhttp_proxy_client_socket_pool.h53 return transport_params_; in transport_params()
81 const scoped_refptr<TransportSocketParams> transport_params_; variable
/external/chromium/net/spdy/
Dspdy_http_stream_unittest.cc33 transport_params_ = new TransportSocketParams(host_port_pair, in InitSession()
39 transport_params_, in InitSession()
51 scoped_refptr<TransportSocketParams> transport_params_; member in net::SpdyHttpStreamTest
Dspdy_proxy_client_socket_unittest.cc122 scoped_refptr<TransportSocketParams> transport_params_; member in net::SpdyProxyClientSocketTest
145 transport_params_(new TransportSocketParams(proxy_host_port_, in SpdyProxyClientSocketTest()
188 transport_params_, in Initialize()