OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNotifyIntervalSec
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
video_activity_notifier.cc
17
const int
kNotifyIntervalSec
= 5;
33
(now - last_notify_time_).InSeconds() >=
kNotifyIntervalSec
) {
user_activity_notifier.cc
21
const int
kNotifyIntervalSec
= 5;
39
(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
;
video_detector_unittest.cc
268
static_cast<int64>(VideoDetector::
kNotifyIntervalSec
+ 1)));
Completed in 70 milliseconds