Home
last modified time | relevance | path

Searched refs:propertyfunc_ (Results 1 – 7 of 7) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgFolderNotificationService.cpp48 #define NOTIFY_MSGFOLDER_LISTENERS(propertyflag_, propertyfunc_, params_) \ argument
54 listener.mListener->propertyfunc_ params_; \
H A DnsMsgMailSession.cpp75 #define NOTIFY_FOLDER_LISTENERS(propertyflag_, propertyfunc_, params_) \ argument
81 fL.mListener->propertyfunc_ params_; \
H A DnsMsgMailNewsUrl.cpp47 #define NOTIFY_URL_LISTENERS(propertyfunc_, params_) \ argument
53 listener->propertyfunc_ params_; \
H A DnsMsgDBFolder.cpp4381 #define NOTIFY_LISTENERS(propertyfunc_, params_) \ argument
4388 listener->propertyfunc_ params_; \
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsAutoSyncManager.cpp184 #define NOTIFY_LISTENERS_STATIC(obj_, propertyfunc_, params_) \ argument
191 listener->propertyfunc_ params_; \
195 #define NOTIFY_LISTENERS(propertyfunc_, params_) \ argument
196 NOTIFY_LISTENERS_STATIC(this, propertyfunc_, params_)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgSendLater.cpp1130 #define NOTIFY_LISTENERS(propertyfunc_, params_) \ argument
1137 listener->propertyfunc_ params_; \
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/msgdb/src/
H A DnsMsgDatabase.cpp765 #define NOTIFY_LISTENERS(propertyfunc_, params_) \ argument
772 listener->propertyfunc_ params_; \