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

/external/chromium_org/net/http/
H A Dhttp_network_layer_unittest.cc84 // Check that |proxy_count| proxies are in the retry list.
86 void TestBadProxies(unsigned int proxy_count, const std::string& bad_proxy, argument
89 ASSERT_EQ(proxy_count, retry_info.size());
90 if (proxy_count > 0)
92 if (proxy_count > 1)
222 // configuration where there is no valid bypass. |proxy_count| proxies
226 void TestProxyFallbackFail(unsigned int proxy_count, argument
246 if (proxy_count > 1)
253 TestBadProxies(proxy_count, bad_proxy, bad_proxy2);

Completed in 3114 milliseconds