Home
last modified time | relevance | path

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

/external/chromium_org/net/socket/
Dssl_client_socket_pool.cc178 HttpProxyClientSocketPool* http_proxy_pool, in SSLConnectJob() argument
193 http_proxy_pool_(http_proxy_pool), in SSLConnectJob()
591 HttpProxyClientSocketPool* http_proxy_pool, in SSLConnectJobFactory() argument
599 http_proxy_pool_(http_proxy_pool), in SSLConnectJobFactory()
639 HttpProxyClientSocketPool* http_proxy_pool, in SSLClientSocketPool() argument
645 http_proxy_pool_(http_proxy_pool), in SSLClientSocketPool()
655 http_proxy_pool, in SSLClientSocketPool()
Dssl_client_socket_pool.h190 HttpProxyClientSocketPool* http_proxy_pool,
292 HttpProxyClientSocketPool* http_proxy_pool,
373 HttpProxyClientSocketPool* http_proxy_pool,
Dssl_client_socket_pool_unittest.cc143 void CreatePool(bool transport_pool, bool http_proxy_pool, bool socks_pool) { in CreatePool() argument
158 http_proxy_pool ? &http_proxy_socket_pool_ : NULL, in CreatePool()
/external/chromium_org/net/http/
Dhttp_stream_factory_impl_unittest.cc471 CapturePreconnectsHttpProxySocketPool* http_proxy_pool = in TEST_P() local
481 mock_pool_manager->SetSocketPoolForHTTPProxy(proxy_host, http_proxy_pool); in TEST_P()
489 EXPECT_EQ(kTests[i].num_streams, http_proxy_pool->last_num_streams()); in TEST_P()
Dhttp_network_transaction_unittest.cc7676 CaptureGroupNameHttpProxySocketPool* http_proxy_pool = in TEST_P() local
7683 mock_pool_manager->SetSocketPoolForHTTPProxy(proxy_host, http_proxy_pool); in TEST_P()
7695 http_proxy_pool->last_group_name_received()); in TEST_P()