Searched refs:http_proxy_pool (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/socket/
H A Dssl_client_socket_pool.h105 HttpProxyClientSocketPool* http_proxy_pool,
195 HttpProxyClientSocketPool* http_proxy_pool,
254 HttpProxyClientSocketPool* http_proxy_pool,
H A Dssl_client_socket_pool.cc129 HttpProxyClientSocketPool* http_proxy_pool,
143 http_proxy_pool_(http_proxy_pool),
458 HttpProxyClientSocketPool* http_proxy_pool,
468 http_proxy_pool_(http_proxy_pool),
506 HttpProxyClientSocketPool* http_proxy_pool,
511 http_proxy_pool_(http_proxy_pool),
518 http_proxy_pool,
621 list->Append(http_proxy_pool_->GetInfoAsValue("http_proxy_pool",
622 "http_proxy_pool",
123 SSLConnectJob( const std::string& group_name, const scoped_refptr<SSLSocketParams>& params, const base::TimeDelta& timeout_duration, TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, ClientSocketFactory* client_socket_factory, HostResolver* host_resolver, CertVerifier* cert_verifier, DnsRRResolver* dnsrr_resolver, DnsCertProvenanceChecker* dns_cert_checker, SSLHostInfoFactory* ssl_host_info_factory, Delegate* delegate, NetLog* net_log) argument
455 SSLConnectJobFactory( TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, ClientSocketFactory* client_socket_factory, HostResolver* host_resolver, CertVerifier* cert_verifier, DnsRRResolver* dnsrr_resolver, DnsCertProvenanceChecker* dns_cert_checker, SSLHostInfoFactory* ssl_host_info_factory, NetLog* net_log) argument
494 SSLClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, CertVerifier* cert_verifier, DnsRRResolver* dnsrr_resolver, DnsCertProvenanceChecker* dns_cert_checker, SSLHostInfoFactory* ssl_host_info_factory, ClientSocketFactory* client_socket_factory, TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, SSLConfigService* ssl_config_service, NetLog* net_log) argument
H A Dssl_client_socket_pool_unittest.cc86 void CreatePool(bool transport_pool, bool http_proxy_pool, bool socks_pool) { argument
100 http_proxy_pool ? &http_proxy_socket_pool_ : NULL,
/external/chromium/net/http/
H A Dhttp_stream_factory_impl_unittest.cc243 CapturePreconnectsHttpProxySocketPool* http_proxy_pool = local
247 peer.SetSocketPoolForHTTPProxy(proxy_host, http_proxy_pool);
257 EXPECT_EQ(kTests[i].num_streams, http_proxy_pool->last_num_streams());
H A Dhttp_network_transaction_unittest.cc5596 CaptureGroupNameHttpProxySocketPool* http_proxy_pool = local
5598 peer.SetSocketPoolForHTTPProxy(proxy_host, http_proxy_pool);
5610 http_proxy_pool->last_group_name_received());

Completed in 192 milliseconds