Home
last modified time | relevance | path

Searched refs:fNotificationListener (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/storage/mime/
H A DDatabase.h154 NotificationListener* fNotificationListener; variable
/haiku/src/kits/storage/mime/
H A DDatabase.cpp72 fNotificationListener(notificationListener), in Database()
1510 if (fNotificationListener == NULL) in _SendMonitorUpdate()
1516 status_t err = fNotificationListener->Notify(&msg, *i); in _SendMonitorUpdate()