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

  /external/chromium_org/net/socket/
ssl_client_socket_pool.cc 120 http_proxy_pool_(http_proxy_pool),
264 DCHECK(http_proxy_pool_);
274 http_proxy_pool_,
481 http_proxy_pool_(http_proxy_pool),
495 if (http_proxy_pool_) {
496 pool_timeout = http_proxy_pool_->ConnectionTimeout();
522 http_proxy_pool_(http_proxy_pool),
545 if (http_proxy_pool_)
546 base_.AddLowerLayeredPool(http_proxy_pool_);
562 http_proxy_pool_, client_socket_factory_
    [all...]
ssl_client_socket_pool.h 160 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLConnectJob
289 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLClientSocketPool::SSLConnectJobFactory
301 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLClientSocketPool

Completed in 37 milliseconds