Home
last modified time | relevance | path

Searched refs:kNotifyIntervalSec (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/system/chromeos/power/
Dvideo_activity_notifier.cc17 const int kNotifyIntervalSec = 5; variable
33 (now - last_notify_time_).InSeconds() >= kNotifyIntervalSec) { in OnVideoDetected()
Duser_activity_notifier.cc21 const int kNotifyIntervalSec = 5; variable
39 (now - last_notify_time_).InSeconds() >= kNotifyIntervalSec) { in OnUserActivity()
/external/chromium_org/ash/wm/
Dvideo_detector.cc20 const double VideoDetector::kNotifyIntervalSec = 1.0; member in ash::VideoDetector
115 kNotifyIntervalSec) in MaybeNotifyObservers()
Dvideo_detector.h58 static const double kNotifyIntervalSec; variable
Dvideo_detector_unittest.cc268 static_cast<int64>(VideoDetector::kNotifyIntervalSec + 1))); in TEST_F()