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

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

Completed in 1433 milliseconds