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

  /external/chromium_org/net/socket/
ssl_client_socket_pool.cc 100 http_proxy_pool_(http_proxy_pool),
237 DCHECK(http_proxy_pool_);
245 http_proxy_params->destination().priority(), callback_, http_proxy_pool_,
453 http_proxy_pool_(http_proxy_pool),
467 if (http_proxy_pool_) {
468 pool_timeout = http_proxy_pool_->ConnectionTimeout();
493 http_proxy_pool_(http_proxy_pool),
515 if (http_proxy_pool_)
516 http_proxy_pool_->AddLayeredPool(this);
520 if (http_proxy_pool_)
    [all...]
ssl_client_socket_pool.h 149 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLConnectJob
274 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLClientSocketPool::SSLConnectJobFactory
286 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLClientSocketPool
  /external/chromium/net/socket/
ssl_client_socket_pool.cc 143 http_proxy_pool_(http_proxy_pool),
294 DCHECK(http_proxy_pool_);
303 http_proxy_pool_, net_log());
468 http_proxy_pool_(http_proxy_pool),
485 if (http_proxy_pool_) {
486 pool_timeout = http_proxy_pool_->ConnectionTimeout();
511 http_proxy_pool_(http_proxy_pool),
541 transport_pool_, socks_pool_, http_proxy_pool_,
620 if (http_proxy_pool_) {
621 list->Append(http_proxy_pool_->GetInfoAsValue("http_proxy_pool"
    [all...]
ssl_client_socket_pool.h 156 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLConnectJob
276 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLClientSocketPool::SSLConnectJobFactory
291 HttpProxyClientSocketPool* const http_proxy_pool_; member in class:net::SSLClientSocketPool

Completed in 855 milliseconds