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/
user_activity_notifier.cc
21
const int
kNotifyIntervalSec
= 5;
39
(now - last_notify_time_).InSeconds() >=
kNotifyIntervalSec
) {
video_activity_notifier.cc
17
const int
kNotifyIntervalSec
= 5;
33
(now - last_notify_time_).InSeconds() >=
kNotifyIntervalSec
) {
/external/chromium_org/ash/wm/
video_detector.cc
20
const double VideoDetector::
kNotifyIntervalSec
= 1.0;
115
kNotifyIntervalSec
)
video_detector.h
58
static const double
kNotifyIntervalSec
;
Completed in 238 milliseconds