Searched refs:http_proxy_pool (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/net/socket/ |
D | ssl_client_socket_pool.cc | 178 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()
|
D | ssl_client_socket_pool.h | 190 HttpProxyClientSocketPool* http_proxy_pool, 292 HttpProxyClientSocketPool* http_proxy_pool, 373 HttpProxyClientSocketPool* http_proxy_pool,
|
D | ssl_client_socket_pool_unittest.cc | 143 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/ |
D | http_stream_factory_impl_unittest.cc | 471 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()
|
D | http_network_transaction_unittest.cc | 7676 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()
|