OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_notify_time_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
video_activity_notifier.cc
36
if (
last_notify_time_
.is_null() ||
37
(now -
last_notify_time_
).InSeconds() >= kNotifyIntervalSec) {
40
last_notify_time_
= now;
video_activity_notifier.h
32
base::TimeTicks
last_notify_time_
;
member in class:ash::VideoActivityNotifier
/external/chromium_org/ui/chromeos/
user_activity_power_manager_notifier.cc
58
if (
last_notify_time_
.is_null() ||
59
(now -
last_notify_time_
).InSeconds() >= kNotifyIntervalSec) {
62
last_notify_time_
= now;
user_activity_power_manager_notifier.h
35
base::TimeTicks
last_notify_time_
;
member in class:ui::UserActivityPowerManagerNotifier
Completed in 121 milliseconds