Searched refs:fNotificationList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/media/
H A DNotificationManager.cpp103 fNotificationList.Insert(n);
146 for (fNotificationList.Rewind(); fNotificationList.GetNext(&n); ) {
165 if (!fNotificationList.RemoveCurrent()) {
191 for (fNotificationList.Rewind(); fNotificationList.GetNext(&n); ) {
248 for (fNotificationList.Rewind(); fNotificationList.GetNext(&n); ) {
250 if (fNotificationList.RemoveCurrent()) {
304 for (fNotificationList
[all...]
H A DNotificationManager.h47 List<Notification> fNotificationList; member in class:NotificationManager

Completed in 43 milliseconds