HomeSort by relevance Sort by last modified time
    Searched defs:webkitNotifications (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
DOMWindowNotifications.cpp 65 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window)
67 return DOMWindowNotifications::from(window)->webkitNotifications();
82 NotificationCenter* DOMWindowNotifications::webkitNotifications()
WorkerGlobalScopeNotifications.cpp 63 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications(WorkerGlobalScope* context)
65 return WorkerGlobalScopeNotifications::from(context)->webkitNotifications();
68 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications()

Completed in 174 milliseconds