OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kNotifyIntervalSec
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
video_activity_notifier.cc
15
const int
kNotifyIntervalSec
= 5;
37
(now - last_notify_time_).InSeconds() >=
kNotifyIntervalSec
) {
/external/chromium_org/ui/chromeos/
user_activity_power_manager_notifier.cc
18
const int
kNotifyIntervalSec
= 5;
59
(now - last_notify_time_).InSeconds() >=
kNotifyIntervalSec
) {
/external/chromium_org/ash/wm/
video_detector.cc
21
const double VideoDetector::
kNotifyIntervalSec
= 1.0;
117
kNotifyIntervalSec
)
video_detector.h
58
static const double
kNotifyIntervalSec
;
Completed in 2793 milliseconds