Home
last modified time | relevance | path

Searched refs:fPendingNotifications (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.cpp22 fPendingNotifications(false) in Observable()
81 fPendingNotifications = false; in Notify()
83 fPendingNotifications = true; in Notify()
102 if (!fSuspended && fPendingNotifications) in SuspendNotifications()
H A DObservable.h32 { return fPendingNotifications; } in HasPendingNotifications()
38 mutable bool fPendingNotifications; variable
/haiku/src/apps/mediaplayer/support/
H A DNotifier.cpp22 fPendingNotifications(false) in Notifier()
81 fPendingNotifications = false; in Notify()
83 fPendingNotifications = true; in Notify()
102 if (!fSuspended && fPendingNotifications) in SuspendNotifications()
H A DNotifier.h31 { return fPendingNotifications; } in HasPendingNotifications()
37 mutable bool fPendingNotifications; variable