Home
last modified time | relevance | path

Searched refs:ProxyRetryInfoMap (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/proxy/
Dproxy_list_unittest.cc104 ProxyRetryInfoMap retry_info_map; in TEST()
116 ProxyRetryInfoMap retry_info_map; in TEST()
133 ProxyRetryInfoMap retry_info_map; in TEST()
Dproxy_list.cc42 const ProxyRetryInfoMap& proxy_retry_info) { in DeprioritizeBadProxies()
51 ProxyRetryInfoMap::const_iterator bad_proxy = in DeprioritizeBadProxies()
118 bool ProxyList::Fallback(ProxyRetryInfoMap* proxy_retry_info) { in Fallback()
144 ProxyRetryInfoMap::iterator iter = proxy_retry_info->find(key); in Fallback()
Dproxy_list.h35 void DeprioritizeBadProxies(const ProxyRetryInfoMap& proxy_retry_info);
63 bool Fallback(ProxyRetryInfoMap* proxy_retry_info);
Dproxy_info.cc37 bool ProxyInfo::Fallback(ProxyRetryInfoMap* proxy_retry_info) { in Fallback()
42 const ProxyRetryInfoMap& proxy_retry_info) { in DeprioritizeBadProxies()
Dproxy_info.h88 bool Fallback(ProxyRetryInfoMap* proxy_retry_info);
92 void DeprioritizeBadProxies(const ProxyRetryInfoMap& proxy_retry_info);
Dproxy_retry_info.h27 typedef std::map<std::string, ProxyRetryInfo> ProxyRetryInfoMap; typedef
Dproxy_service.h128 const ProxyRetryInfoMap& proxy_retry_info() const { in proxy_retry_info()
313 ProxyRetryInfoMap proxy_retry_info_;
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc912 const net::ProxyRetryInfoMap& bad_proxies_map = in OnGetBadProxies()
917 for (net::ProxyRetryInfoMap::const_iterator it = bad_proxies_map.begin(); in OnGetBadProxies()