Home
last modified time | relevance | path

Searched refs:NotificationCenter (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotificationCenter.cpp45 PassRefPtr<NotificationCenter> NotificationCenter::create(ExecutionContext* context, NotificationCl… in create()
47 … RefPtr<NotificationCenter> notificationCenter(adoptRef(new NotificationCenter(context, client))); in create()
52 NotificationCenter::NotificationCenter(ExecutionContext* context, NotificationClient* client) in NotificationCenter() function in WebCore::NotificationCenter
59 int NotificationCenter::checkPermission() in checkPermission()
77 void NotificationCenter::requestPermission(PassOwnPtr<VoidCallback> callback) in requestPermission()
96 void NotificationCenter::stop() in stop()
101 void NotificationCenter::requestTimedOut(NotificationCenter::NotificationRequestCallback* request) in requestTimedOut()
106 …sRefPtr<NotificationCenter::NotificationRequestCallback> NotificationCenter::NotificationRequestCa… in createAndStartTimer()
108 …RefPtr<NotificationCenter::NotificationRequestCallback> requestCallback = adoptRef(new Notificatio… in createAndStartTimer()
113 NotificationCenter::NotificationRequestCallback::NotificationRequestCallback(NotificationCenter* ce… in NotificationRequestCallback()
[all …]
DNotificationCenter.h55 class NotificationCenter : public RefCounted<NotificationCenter>, public ScriptWrappable, public Ac…
57 static PassRefPtr<NotificationCenter> create(ExecutionContext*, NotificationClient*);
76 NotificationCenter(ExecutionContext*, NotificationClient*);
80 …static PassRefPtr<NotificationRequestCallback> createAndStartTimer(NotificationCenter*, PassOwnPtr…
84 NotificationRequestCallback(NotificationCenter*, PassOwnPtr<VoidCallback>);
86 RefPtr<NotificationCenter> m_notificationCenter;
DWorkerGlobalScopeNotifications.h36 class NotificationCenter; variable
44 static NotificationCenter* webkitNotifications(WorkerGlobalScope*);
50 NotificationCenter* webkitNotifications();
54 RefPtr<NotificationCenter> m_notificationCenter;
DDOMWindowNotifications.h39 class NotificationCenter; variable
45 static NotificationCenter* webkitNotifications(DOMWindow*);
54 NotificationCenter* webkitNotifications();
58 RefPtr<NotificationCenter> m_notificationCenter;
DWorkerGlobalScopeNotifications.cpp63 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications(WorkerGlobalScope* context) in webkitNotifications()
68 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications() in webkitNotifications()
71 …m_notificationCenter = NotificationCenter::create(m_context, m_context->thread()->getNotificationC… in webkitNotifications()
DWebKitNotification.h45 class NotificationCenter; variable
53 …onst String& iconUrl, ExecutionContext*, ExceptionState&, PassRefPtr<NotificationCenter> provider);
68 …onst String& iconUrl, ExecutionContext*, ExceptionState&, PassRefPtr<NotificationCenter> provider);
DDOMWindowNotifications.cpp65 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window) in webkitNotifications()
82 NotificationCenter* DOMWindowNotifications::webkitNotifications() in webkitNotifications()
100 m_notificationCenter = NotificationCenter::create(document, provider); in webkitNotifications()
DWebKitNotification.cpp44 …g& iconUrl, ExecutionContext* context, ExceptionState& es, PassRefPtr<NotificationCenter> provider) in create()
52 …g& iconUrl, ExecutionContext* context, ExceptionState& es, PassRefPtr<NotificationCenter> provider) in WebKitNotification()
DWorkerGlobalScopeNotifications.idl30 [RuntimeEnabled=Notifications] readonly attribute NotificationCenter webkitNotifications;
DWindowNotifications.idl31 …dings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifi…
DNotificationCenter.idl36 ] interface NotificationCenter {
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi123 'notifications/NotificationCenter.idl',
502 'notifications/NotificationCenter.cpp',
503 'notifications/NotificationCenter.h',
Dmodules.target.linux-arm.mk162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
Dmodules.target.darwin-arm.mk162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
Dmodules.target.darwin-x86.mk162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
Dmodules.target.darwin-mips.mk162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
Dmodules.target.linux-mips.mk162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
Dmodules.target.linux-x86.mk162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp432 ../modules/notifications/NotificationCenter.idl
Dinterface_dependencies.target.darwin-mips.mk21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
Dinterface_dependencies.target.darwin-x86.mk21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
Dinterface_dependencies.target.darwin-arm.mk21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
Dinterface_dependencies.target.linux-mips.mk21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
Dinterface_dependencies.target.linux-arm.mk21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
Dinterface_dependencies.target.linux-x86.mk21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…

12