Searched defs:webkitNotifications (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DWorkerGlobalScopeNotifications.cpp63 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications(WorkerGlobalScope* context) function in class:WebCore::WorkerGlobalScopeNotifications
65 return WorkerGlobalScopeNotifications::from(context)->webkitNotifications();
68 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications() function in class:WebCore::WorkerGlobalScopeNotifications
H A DDOMWindowNotifications.cpp65 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window) function in class:WebCore::DOMWindowNotifications
67 return DOMWindowNotifications::from(window)->webkitNotifications();
82 NotificationCenter* DOMWindowNotifications::webkitNotifications() function in class:WebCore::DOMWindowNotifications

Completed in 120 milliseconds