Home | History | Annotate | Download | only in src

Lines Matching refs:WebNotification

32 #include "WebNotification.h"
52 void WebNotification::reset()
57 void WebNotification::assign(const WebNotification& other)
65 bool WebNotification::lessThan(const WebNotification& other) const
70 bool WebNotification::isHTML() const
75 WebURL WebNotification::url() const
81 WebURL WebNotification::iconURL() const
87 WebString WebNotification::title() const
93 WebString WebNotification::body() const
99 WebTextDirection WebNotification::direction() const
106 WebString WebNotification::replaceId() const
111 void WebNotification::detachPresenter()
116 void WebNotification::dispatchDisplayEvent()
122 void WebNotification::dispatchErrorEvent(const WebKit::WebString& /* errorMessage */)
129 void WebNotification::dispatchCloseEvent(bool /* byUser */)
136 void WebNotification::dispatchClickEvent()
144 WebNotification::WebNotification(const WTF::PassRefPtr<Notification>& notification)
149 WebNotification& WebNotification::operator=(const WTF::PassRefPtr<Notification>& notification)
155 WebNotification::operator WTF::PassRefPtr<Notification>() const
160 void WebNotification::assign(WebNotificationPrivate* p)