HomeSort by relevance Sort by last modified time
    Searched full:next_notification_time_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/base/
delayed_unique_notifier.cc 30 next_notification_time_ = Now() + delay_;
34 next_notification_time_ = Now() + delay_;
43 next_notification_time_ = base::TimeTicks();
47 return notification_pending_ && !next_notification_time_.is_null();
56 if (next_notification_time_.is_null()) {
64 if (next_notification_time_ > now) {
69 next_notification_time_ - now);
delayed_unique_notifier.h 53 base::TimeTicks next_notification_time_; member in class:cc::DelayedUniqueNotifier

Completed in 121 milliseconds