HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFICATIONS (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationPermissionCallback.idl 27 Conditional=NOTIFICATIONS
NotificationPermissionCallback.h 29 #if ENABLE(NOTIFICATIONS)
44 #endif // ENABLE(NOTIFICATIONS)
WorkerGlobalScopeNotifications.idl 28 Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS
30 [EnabledAtRuntime=notifications, Conditional=LEGACY_NOTIFICATIONS] readonly attribute NotificationCenter webkitNotifications;
Notification.idl 33 Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
40 [Conditional=NOTIFICATIONS] void close();
43 [CallWith=ScriptExecutionContext, Conditional=NOTIFICATIONS] static readonly attribute DOMString permission;
44 [CallWith=ScriptExecutionContext, Conditional=NOTIFICATIONS] static void requestPermission(optional NotificationPermissionCallback callback);
54 [Conditional=NOTIFICATIONS] attribute DOMString tag;
WindowNotifications.idl 28 Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
31 [EnabledAtRuntime=notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds, Conditional=LEGACY_NOTIFICATIONS] readonly attribute NotificationCenter webkitNotifications;
WorkerGlobalScopeNotifications.h 30 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
59 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
Notification.h 42 #include "modules/notifications/NotificationClient.h"
50 #if ENABLE(NOTIFICATIONS)
54 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
73 #if ENABLE(NOTIFICATIONS)
137 #if ENABLE(NOTIFICATIONS)
147 #if ENABLE(NOTIFICATIONS)
162 #if ENABLE(NOTIFICATIONS)
166 // Text notifications.
187 #if ENABLE(NOTIFICATIONS)
194 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS
    [all...]
DOMWindowNotifications.h 30 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
63 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
NotificationController.h 29 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
59 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
NotificationClient.h 36 #include "modules/notifications/NotificationPermissionCallback.h"
51 PermissionAllowed, // User has allowed notifications
63 // associated notifications are cleared.
75 // Requests user permission to show desktop notifications from a particular
80 #if ENABLE(NOTIFICATIONS)
NotificationController.cpp 27 #include "modules/notifications/NotificationController.h"
29 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
31 #include "modules/notifications/NotificationClient.h"
71 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
WorkerGlobalScopeNotifications.cpp 29 #include "modules/notifications/WorkerGlobalScopeNotifications.h"
31 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
35 #include "modules/notifications/NotificationCenter.h"
77 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
Notification.cpp 34 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
36 #include "modules/notifications/Notification.h"
49 #include "modules/notifications/DOMWindowNotifications.h"
50 #include "modules/notifications/NotificationCenter.h"
51 #include "modules/notifications/NotificationClient.h"
52 #include "modules/notifications/NotificationController.h"
53 #include "modules/notifications/NotificationPermissionCallback.h"
85 #if ENABLE(NOTIFICATIONS)
113 #if ENABLE(NOTIFICATIONS)
146 #if ENABLE(NOTIFICATIONS)
    [all...]
DOMWindowNotifications.cpp 28 #include "modules/notifications/DOMWindowNotifications.h"
30 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
35 #include "modules/notifications/NotificationCenter.h"
36 #include "modules/notifications/NotificationController.h"
107 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
NotificationCenter.h 41 #include "modules/notifications/Notification.h"
47 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
102 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
NotificationCenter.cpp 34 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
36 #include "modules/notifications/NotificationCenter.h"
40 #include "modules/notifications/NotificationClient.h"
142 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h 65 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
97 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
WorkerThread.cpp 72 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
WorkerGlobalScope.cpp 60 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
61 #include "modules/notifications/NotificationCenter.h"
  /external/chromium_org/third_party/WebKit/Source/web/
NotificationPresenterImpl.h 35 #include "modules/notifications/NotificationClient.h"
40 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
62 #if ENABLE(NOTIFICATIONS)
74 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
NotificationPresenterImpl.cpp 34 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
40 #include "modules/notifications/Notification.h"
70 #if ENABLE(NOTIFICATIONS)
94 #endif // ENABLE(NOTIFICATIONS)
138 #if ENABLE(NOTIFICATIONS)
143 #endif // ENABLE(NOTIFICATIONS)
147 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
WebNotification.cpp 34 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
40 #include "modules/notifications/Notification.h"
175 #endif // ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
WebRuntimeFeatures.cpp 229 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
236 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
WebViewImpl.h 467 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
468 // Returns the provider of desktop notifications.
782 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
783 // The provider of desktop notifications;
    [all...]
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 270 NOTIFICATIONS = 'notifications'

Completed in 654 milliseconds

1 2