Home
last modified time | relevance | path

Searched refs:http_proxy_pool_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
Dssl_client_socket_pool.cc193 http_proxy_pool_(http_proxy_pool), in SSLConnectJob()
352 DCHECK(http_proxy_pool_); in DoTunnelConnect()
362 http_proxy_pool_, in DoTunnelConnect()
599 http_proxy_pool_(http_proxy_pool), in SSLConnectJobFactory()
614 if (http_proxy_pool_) { in SSLConnectJobFactory()
615 pool_timeout = http_proxy_pool_->ConnectionTimeout(); in SSLConnectJobFactory()
645 http_proxy_pool_(http_proxy_pool), in SSLClientSocketPool()
675 if (http_proxy_pool_) in SSLClientSocketPool()
676 base_.AddLowerLayeredPool(http_proxy_pool_); in SSLClientSocketPool()
696 http_proxy_pool_, in NewConnectJob()
[all …]
Dssl_client_socket_pool.h250 HttpProxyClientSocketPool* const http_proxy_pool_; variable
393 HttpProxyClientSocketPool* const http_proxy_pool_; variable
406 HttpProxyClientSocketPool* const http_proxy_pool_; variable