Searched refs:retry_info (Results 1 – 2 of 2) sorted by relevance
150 ProxyRetryInfo retry_info; in Fallback() local151 retry_info.current_delay = kProxyRetryDelay; in Fallback()152 retry_info.bad_until = TimeTicks().Now() + retry_info.current_delay; in Fallback()153 (*proxy_retry_info)[key] = retry_info; in Fallback()
920 const net::ProxyRetryInfo& retry_info = it->second; in OnGetBadProxies() local925 net::NetLog::TickCountToString(retry_info.bad_until)); in OnGetBadProxies()