Home
last modified time | relevance | path

Searched defs:ProxyRetryInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/proxy/
Dproxy_retry_info.h15 struct ProxyRetryInfo { struct
16 ProxyRetryInfo() : try_while_bad(true), net_error(0) {} in ProxyRetryInfo() argument
36 typedef std::map<std::string, ProxyRetryInfo> ProxyRetryInfoMap; argument