Searched refs:time_reported_since (Results 1 – 1 of 1) sorted by relevance
195 TimeDelta time_reported_since = now - last_reported_at; in UpdateAttempter() local196 if (time_reported_since.InSeconds() < 0) { in UpdateAttempter()198 << utils::FormatTimeDelta(time_reported_since) << " ago " in UpdateAttempter()204 if (time_reported_since.InSeconds() < 24*60*60) { in UpdateAttempter()206 << utils::FormatTimeDelta(time_reported_since) << " ago."; in UpdateAttempter()210 << utils::FormatTimeDelta(time_reported_since) << " ago, " in UpdateAttempter()