Searched refs:webkitNotifications (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DDOMWindowNotifications.idl31 readonly attribute NotificationCenter webkitNotifications;
H A DWorkerGlobalScopeNotifications.idl31 readonly attribute NotificationCenter webkitNotifications;
H A DWorkerGlobalScopeNotifications.h45 static NotificationCenter* webkitNotifications(WorkerGlobalScope*);
49 NotificationCenter* webkitNotifications();
H A DWorkerGlobalScopeNotifications.cpp64 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications(WorkerGlobalScope* context) function in class:WebCore::WorkerGlobalScopeNotifications
66 return WorkerGlobalScopeNotifications::from(context)->webkitNotifications();
69 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications() function in class:WebCore::WorkerGlobalScopeNotifications
H A DDOMWindowNotifications.h46 static NotificationCenter* webkitNotifications(DOMWindow*);
56 NotificationCenter* webkitNotifications();
H A DDOMWindowNotifications.cpp66 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window) function in class:WebCore::DOMWindowNotifications
68 return DOMWindowNotifications::from(window)->webkitNotifications();
101 NotificationCenter* DOMWindowNotifications::webkitNotifications() function in class:WebCore::DOMWindowNotifications
H A DNotification.cpp89 m_notificationCenter = DOMWindowNotifications::webkitNotifications(toDocument(context).domWindow());

Completed in 105 milliseconds