HomeSort by relevance Sort by last modified time
    Searched full:bad_proxy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
http_network_layer_unittest.cc 85 // These will be, in order, |bad_proxy| and |bad_proxy2|".
86 void TestBadProxies(unsigned int proxy_count, const std::string& bad_proxy,
91 ASSERT_TRUE(retry_info.find(bad_proxy) != retry_info.end());
99 // received, and the first proxy |bad_proxy| was marked as bad.
100 void TestProxyFallback(const std::string& bad_proxy) {
107 TestProxyFallbackWithMockReads(bad_proxy, "", data_reads,
111 void TestProxyFallbackWithMockReads(const std::string& bad_proxy,
116 TestProxyFallbackByMethodWithMockReads(bad_proxy, bad_proxy2, data_reads,
122 const std::string& bad_proxy,
173 TestBadProxies(expected_retry_info_size, bad_proxy, bad_proxy2)
    [all...]
  /external/chromium_org/net/proxy/
proxy_list.cc 58 ProxyRetryInfoMap::const_iterator bad_proxy = local
60 if (bad_proxy != proxy_retry_info.end()) {
62 if (bad_proxy->second.bad_until >= TimeTicks::Now()) {
64 if (bad_proxy->second.try_while_bad)
198 NetLog::StringCallback("bad_proxy", &proxy_key));
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol_unittest.cc 253 // If the list has one proxy, it should match |bad_proxy|. If it has two
254 // proxies, it should match |bad_proxy| and |bad_proxy2|. Checks also that
258 const std::string& bad_proxy,
276 retry_info.find(GetProxyKey(bad_proxy));
  /external/chromium_org/net/base/
net_log_event_type_list.h 291 // "bad_proxy": <URI representation of the failed proxy server>,
    [all...]

Completed in 72 milliseconds