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

  /external/chromium_org/cc/base/
unique_notifier.cc 18 notification_pending_(false),
26 if (notification_pending_)
32 notification_pending_ = true;
38 notification_pending_ = false;
delayed_unique_notifier.cc 21 notification_pending_(false),
29 if (notification_pending_) {
39 notification_pending_ = true;
47 return notification_pending_ && !next_notification_time_.is_null();
57 notification_pending_ = false;
74 notification_pending_ = false;
unique_notifier.h 37 bool notification_pending_; member in class:cc::UniqueNotifier
delayed_unique_notifier.h 54 bool notification_pending_; member in class:cc::DelayedUniqueNotifier

Completed in 113 milliseconds