Searched defs:http_proxy_pool (Results 1 - 8 of 8) sorted by relevance

/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());
/external/chromium/net/socket/
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,
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
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc133 void CreatePool(bool transport_pool, bool http_proxy_pool, bool socks_pool) { argument
148 http_proxy_pool ? &http_proxy_socket_pool_ : NULL,
H A Dssl_client_socket_pool.cc106 HttpProxyClientSocketPool* http_proxy_pool,
120 http_proxy_pool_(http_proxy_pool),
474 HttpProxyClientSocketPool* http_proxy_pool,
481 http_proxy_pool_(http_proxy_pool),
517 HttpProxyClientSocketPool* http_proxy_pool,
522 http_proxy_pool_(http_proxy_pool),
528 http_proxy_pool,
646 list->Append(http_proxy_pool_->GetInfoAsValue("http_proxy_pool",
647 "http_proxy_pool",
100 SSLConnectJob(const std::string& group_name, RequestPriority priority, 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, const SSLClientSocketContext& context, Delegate* delegate, NetLog* net_log) argument
471 SSLConnectJobFactory( TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, ClientSocketFactory* client_socket_factory, HostResolver* host_resolver, const SSLClientSocketContext& context, NetLog* net_log) argument
504 SSLClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, CertVerifier* cert_verifier, ServerBoundCertService* server_bound_cert_service, TransportSecurityState* transport_security_state, CTVerifier* cert_transparency_verifier, const std::string& ssl_session_cache_shard, ClientSocketFactory* client_socket_factory, TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, SSLConfigService* ssl_config_service, NetLog* net_log) argument
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_unittest.cc486 CapturePreconnectsHttpProxySocketPool* http_proxy_pool = local
496 mock_pool_manager->SetSocketPoolForHTTPProxy(proxy_host, http_proxy_pool);
504 EXPECT_EQ(kTests[i].num_streams, http_proxy_pool->last_num_streams());
H A Dhttp_network_transaction_unittest.cc7238 CaptureGroupNameHttpProxySocketPool* http_proxy_pool = local
7245 mock_pool_manager->SetSocketPoolForHTTPProxy(proxy_host, http_proxy_pool);
7257 http_proxy_pool->last_group_name_received());

Completed in 285 milliseconds