Home | History | Annotate | Download | only in browser

Lines Matching refs:interval

58   std::string interval = CmdLineInterval();
59 if (!interval.empty() && base::StringToInt(interval, &interval_ms))
226 std::string interval = CmdLineInterval();
227 // A command line interval implies testing, which we'll make more convenient
230 int time_passed = interval.empty() ? delta.InHours() : delta.InMinutes();
231 const int kSevereThreshold = 14 * (interval.empty() ? 24 : 1);
232 const int kHighThreshold = 7 * (interval.empty() ? 24 : 1);
233 const int kElevatedThreshold = 4 * (interval.empty() ? 24 : 1);
238 const int kLowThreshold = multiplier * (interval.empty() ? 24 : 1);
241 // interval first).