Searched refs:last_observer_notification_time_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/
H A Duser_activity_detector.cc76 if (last_observer_notification_time_.is_null() ||
77 (now - last_observer_notification_time_).InMillisecondsF() >=
80 last_observer_notification_time_ = now;
H A Dvideo_detector.cc112 if (!last_observer_notification_time_.is_null() &&
113 (now - last_observer_notification_time_).InSecondsF() <
131 last_observer_notification_time_ = now;
H A Duser_activity_detector.h55 // updates |last_observer_notification_time_| if enough time has passed
65 base::TimeTicks last_observer_notification_time_; member in class:ash::UserActivityDetector
H A Dvideo_detector.h94 base::TimeTicks last_observer_notification_time_; member in class:ash::VideoDetector

Completed in 95 milliseconds