Searched defs:kNotifyIntervalSec (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/chromeos/power/
H A Dvideo_activity_notifier.cc15 const int kNotifyIntervalSec = 5; member in namespace:ash::__anon1975
37 (now - last_notify_time_).InSeconds() >= kNotifyIntervalSec) {
/external/chromium_org/ui/chromeos/
H A Duser_activity_power_manager_notifier.cc18 const int kNotifyIntervalSec = 5; member in namespace:ui::__anon16692
59 (now - last_notify_time_).InSeconds() >= kNotifyIntervalSec) {
/external/chromium_org/ash/wm/
H A Dvideo_detector.cc21 const double VideoDetector::kNotifyIntervalSec = 1.0; member in class:ash::VideoDetector
117 kNotifyIntervalSec)
H A Dvideo_detector.h58 static const double kNotifyIntervalSec; member in class:ash::VideoDetector

Completed in 693 milliseconds