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

/external/chromium_org/cc/base/
H A Ddelayed_unique_notifier.h41 bool HasPendingNotification() const;
H A Ddelayed_unique_notifier_unittest.cc209 EXPECT_TRUE(notifier.HasPendingNotification());
213 EXPECT_FALSE(notifier.HasPendingNotification());
223 EXPECT_FALSE(notifier.HasPendingNotification());
229 EXPECT_TRUE(notifier.HasPendingNotification());
241 EXPECT_FALSE(notifier.HasPendingNotification());
245 EXPECT_TRUE(notifier.HasPendingNotification());
247 EXPECT_FALSE(notifier.HasPendingNotification());
262 EXPECT_FALSE(notifier.HasPendingNotification());
H A Ddelayed_unique_notifier.cc46 bool DelayedUniqueNotifier::HasPendingNotification() const { function in class:cc::DelayedUniqueNotifier
/external/chromium_org/cc/trees/
H A Dthread_proxy.cc1346 if (impl().smoothness_priority_expiration_notifier.HasPendingNotification())

Completed in 508 milliseconds