HomeSort by relevance Sort by last modified time
    Searched refs:kNotifyCycleTimeMs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/
upgrade_detector_chromeos.cc 14 const int kNotifyCycleTimeMs = 20 * 60 * 1000; // 20 minutes.
51 FROM_HERE, base::TimeDelta::FromMilliseconds(kNotifyCycleTimeMs),
  /external/chromium/chrome/browser/
upgrade_detector.cc 44 const int kNotifyCycleTimeMs = 20 * 60 * 1000; // 20 minutes.
46 // Same as kNotifyCycleTimeMs but only used during testing.
217 int cycle_time = CmdLineInterval().empty() ? kNotifyCycleTimeMs :
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 51 const int kNotifyCycleTimeMs = 20 * 60 * 1000; // 20 minutes.
53 // Same as kNotifyCycleTimeMs but only used during testing.
373 kNotifyCycleTimeForTestingMs : kNotifyCycleTimeMs;

Completed in 22 milliseconds