Searched refs:kFourHoursInSeconds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_api_unittest.cc249 const int kFourHoursInSeconds = 4*60*60; local
251 for (int threshold = kFourHoursInSeconds - 20;
252 threshold < (kFourHoursInSeconds + 20); ++threshold) {
253 for (int time = kFourHoursInSeconds - 30; time < kFourHoursInSeconds + 30;
266 int real_threshold = (threshold > kFourHoursInSeconds) ?
267 kFourHoursInSeconds : threshold;

Completed in 178 milliseconds