Home | History | Annotate | Download | only in notifications

Lines Matching defs:Notification

36 #include "Notification.h"
45 Notification::Notification(const String& url, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider)
65 Notification::Notification(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider)
86 Notification::~Notification()
91 void Notification::show()
98 void Notification::cancel()
104 EventTargetData* Notification::eventTargetData()
109 EventTargetData* Notification::ensureEventTargetData()