Searched refs:fPendingNotifications (Results 1 – 4 of 4) sorted by relevance
22 fPendingNotifications(false) in Observable()81 fPendingNotifications = false; in Notify()83 fPendingNotifications = true; in Notify()102 if (!fSuspended && fPendingNotifications) in SuspendNotifications()
32 { return fPendingNotifications; } in HasPendingNotifications()38 mutable bool fPendingNotifications; variable
22 fPendingNotifications(false) in Notifier()81 fPendingNotifications = false; in Notify()83 fPendingNotifications = true; in Notify()102 if (!fSuspended && fPendingNotifications) in SuspendNotifications()
31 { return fPendingNotifications; } in HasPendingNotifications()37 mutable bool fPendingNotifications; variable