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

/external/webkit/Source/WebCore/notifications/
H A DNotificationCenter.cpp35 #include "NotificationCenter.h"
43 NotificationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter) function in class:WebCore::NotificationCenter
47 int NotificationCenter::checkPermission()
54 void NotificationCenter::requestPermission(PassRefPtr<VoidCallback> callback)
61 void NotificationCenter::disconnectFrame()
H A DNotificationCenter.h47 class NotificationCenter : public RefCounted<NotificationCenter>, public ActiveDOMObject { class in namespace:WebCore
49 static PassRefPtr<NotificationCenter> create(ScriptExecutionContext* context, NotificationPresenter* presenter) { return adoptRef(new NotificationCenter(context, presenter)); }
82 NotificationCenter(ScriptExecutionContext*, NotificationPresenter*);

Completed in 206 milliseconds