Searched refs:NotificationContents (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/notifications/
H A DNotificationContents.h38 class NotificationContents { class in namespace:WebCore
40 NotificationContents() {} function in class:WebCore::NotificationContents
41 NotificationContents(const KURL& iconUrl, const String& title, const String& body) function in class:WebCore::NotificationContents
H A DNotification.h43 #include "NotificationContents.h"
65 static PassRefPtr<Notification> create(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider);
75 NotificationContents& contents() { return m_contents; }
116 Notification(const NotificationContents&, ScriptExecutionContext*, ExceptionCode&, PassRefPtr<NotificationCenter>);
129 NotificationContents m_contents;
H A DNotificationCenter.h35 #include "NotificationContents.h"
70 NotificationContents contents(iconURI.isEmpty() ? KURL() : scriptExecutionContext()->completeURL(iconURI), title, body);
H A DNotification.cpp38 #include "NotificationContents.h"
69 Notification::Notification(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider)
101 PassRefPtr<Notification> Notification::create(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider)

Completed in 68 milliseconds