HomeSort by relevance Sort by last modified time
    Searched refs:last_observer_notification_time_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/wm/
video_detector.cc 114 if (!last_observer_notification_time_.is_null() &&
115 (now - last_observer_notification_time_).InSecondsF() <
151 last_observer_notification_time_ = now;
video_detector.h 94 base::TimeTicks last_observer_notification_time_; member in class:ash::VideoDetector
  /external/chromium_org/ui/wm/core/
user_activity_detector.cc 102 if (last_observer_notification_time_.is_null() ||
103 (now - last_observer_notification_time_).InMillisecondsF() >=
108 last_observer_notification_time_ = now;
user_activity_detector.h 55 // updates |last_observer_notification_time_| if enough time has passed
65 base::TimeTicks last_observer_notification_time_; member in class:wm::UserActivityDetector

Completed in 66 milliseconds