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

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
WorkerGlobalScopeNotifications.idl 30 [RuntimeEnabled=Notifications] readonly attribute NotificationCenter webkitNotifications;
WorkerGlobalScopeNotifications.h 44 static NotificationCenter* webkitNotifications(WorkerGlobalScope*);
50 NotificationCenter* webkitNotifications();
DOMWindowNotifications.h 45 static NotificationCenter* webkitNotifications(DOMWindow*);
54 NotificationCenter* webkitNotifications();
WindowNotifications.idl 31 [RuntimeEnabled=Notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications;
WorkerGlobalScopeNotifications.cpp 63 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications(WorkerGlobalScope* context)
65 return WorkerGlobalScopeNotifications::from(context)->webkitNotifications();
68 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications()
DOMWindowNotifications.cpp 65 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window)
67 return DOMWindowNotifications::from(window)->webkitNotifications();
82 NotificationCenter* DOMWindowNotifications::webkitNotifications()
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js 8 "webkitNotifications.requestPermission" beforehand).
14 var notification = window.webkitNotifications.createNotification(
30 if (window.webkitNotifications) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 30 var notification = webkitNotifications.createNotification(

Completed in 448 milliseconds