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

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_delegate.cc29 void DataReductionProxyDelegate::OnFallback(const net::ProxyServer& bad_proxy, argument
H A Ddata_reduction_proxy_protocol_unittest.cc226 // If the list has one proxy, it should match |bad_proxy|. If it has two
227 // proxies, it should match |bad_proxy| and |bad_proxy2|. Checks also that
231 const std::string& bad_proxy,
248 retry_info.find(GetProxyKey(bad_proxy));
229 TestBadProxies(unsigned int expected_num_bad_proxies, int duration_seconds, const std::string& bad_proxy, const std::string& bad_proxy2) argument
/external/chromium_org/net/http/
H A Dhttp_network_layer_unittest.cc85 // These will be, in order, |bad_proxy| and |bad_proxy2|".
86 void TestBadProxies(unsigned int proxy_count, const std::string& bad_proxy, argument
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) { argument
107 TestProxyFallbackWithMockReads(bad_proxy, "", data_reads,
111 void TestProxyFallbackWithMockReads(const std::string& bad_proxy, argument
116 TestProxyFallbackByMethodWithMockReads(bad_proxy, bad_proxy2, data_reads,
122 const std::string& bad_proxy,
173 TestBadProxies(expected_retry_info_size, bad_proxy, bad_proxy
121 TestProxyFallbackByMethodWithMockReads( const std::string& bad_proxy, const std::string& bad_proxy2, MockRead data_reads[], int data_reads_size, std::string method, std::string content, bool retry_expected, unsigned int expected_retry_info_size) argument
180 TestProxyFallbackToDirect(const std::string& bad_proxy) argument
226 TestProxyFallbackFail(unsigned int proxy_count, const std::string& bad_proxy, const std::string& bad_proxy2) argument
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_list.cc57 ProxyRetryInfoMap::const_iterator bad_proxy = local
59 if (bad_proxy != proxy_retry_info.end()) {
61 if (bad_proxy->second.bad_until >= TimeTicks::Now()) {
63 if (bad_proxy->second.try_while_bad)
205 NetLog::StringCallback("bad_proxy", &proxy_key));
H A Dproxy_service.cc1210 ProxyServer bad_proxy = result->proxy_server(); local
1252 const ProxyServer& bad_proxy = local
1255 network_delegate->NotifyProxyFallback(bad_proxy,
/external/chromium_org/net/base/
H A Dnetwork_delegate.cc35 const ProxyServer& bad_proxy,
38 OnProxyFallback(bad_proxy, net_error);
191 void NetworkDelegate::OnProxyFallback(const ProxyServer& bad_proxy, argument
34 NotifyProxyFallback( const ProxyServer& bad_proxy, int net_error) argument
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.cc447 void ChromeNetworkDelegate::OnProxyFallback(const net::ProxyServer& bad_proxy, argument
451 bad_proxy, net_error);

Completed in 147 milliseconds