Home
last modified time | relevance | path

Searched refs:NOTIFICATION_CLOSE_EVENT_NAME (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerPrivate.h15 #define NOTIFICATION_CLOSE_EVENT_NAME "notificationclose" macro
H A DServiceWorkerPrivate.cpp1219 } else if (aEventName.EqualsLiteral(NOTIFICATION_CLOSE_EVENT_NAME)) { in SendNotificationEvent()
H A DServiceWorkerManager.cpp1089 return SendNotificationEvent(NS_LITERAL_STRING(NOTIFICATION_CLOSE_EVENT_NAME), in SendNotificationCloseEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h14 #define NOTIFICATION_CLOSE_EVENT_NAME "notificationclose" macro
H A DServiceWorkerPrivate.cpp1159 } else if (aEventName.EqualsLiteral(NOTIFICATION_CLOSE_EVENT_NAME)) { in SendNotificationEvent()
H A DServiceWorkerManager.cpp1305 return SendNotificationEvent(NS_LITERAL_STRING(NOTIFICATION_CLOSE_EVENT_NAME), in SendNotificationCloseEvent()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h17 #define NOTIFICATION_CLOSE_EVENT_NAME u"notificationclose" macro
H A DServiceWorkerPrivate.cpp1161 } else if (aEventName.EqualsLiteral(NOTIFICATION_CLOSE_EVENT_NAME)) { in SendNotificationEvent()
H A DServiceWorkerManager.cpp1124 return SendNotificationEvent(nsLiteralString(NOTIFICATION_CLOSE_EVENT_NAME), in SendNotificationCloseEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h17 #define NOTIFICATION_CLOSE_EVENT_NAME "notificationclose" macro
H A DServiceWorkerPrivate.cpp1162 } else if (aEventName.EqualsLiteral(NOTIFICATION_CLOSE_EVENT_NAME)) { in SendNotificationEvent()
H A DServiceWorkerManager.cpp1281 return SendNotificationEvent(NS_LITERAL_STRING(NOTIFICATION_CLOSE_EVENT_NAME), in SendNotificationCloseEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h17 #define NOTIFICATION_CLOSE_EVENT_NAME u"notificationclose" macro
H A DServiceWorkerPrivate.cpp1161 } else if (aEventName.EqualsLiteral(NOTIFICATION_CLOSE_EVENT_NAME)) { in SendNotificationEvent()
H A DServiceWorkerManager.cpp1124 return SendNotificationEvent(nsLiteralString(NOTIFICATION_CLOSE_EVENT_NAME), in SendNotificationCloseEvent()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h17 #define NOTIFICATION_CLOSE_EVENT_NAME u"notificationclose" macro
H A DServiceWorkerPrivate.cpp1173 } else if (aEventName.EqualsLiteral(NOTIFICATION_CLOSE_EVENT_NAME)) { in SendNotificationEvent()
H A DServiceWorkerManager.cpp1188 return SendNotificationEvent(nsLiteralString(NOTIFICATION_CLOSE_EVENT_NAME), in SendNotificationCloseEvent()