WebNotification 43 Source/web/WebNotification.cpp void WebNotification::reset() WebNotification 48 Source/web/WebNotification.cpp void WebNotification::assign(const WebNotification& other) WebNotification 53 Source/web/WebNotification.cpp bool WebNotification::equals(const WebNotification& other) const WebNotification 58 Source/web/WebNotification.cpp bool WebNotification::lessThan(const WebNotification& other) const WebNotification 63 Source/web/WebNotification.cpp WebString WebNotification::title() const WebNotification 68 Source/web/WebNotification.cpp WebTextDirection WebNotification::direction() const WebNotification 75 Source/web/WebNotification.cpp WebString WebNotification::lang() const WebNotification 80 Source/web/WebNotification.cpp WebString WebNotification::body() const WebNotification 85 Source/web/WebNotification.cpp WebString WebNotification::tag() const WebNotification 90 Source/web/WebNotification.cpp WebURL WebNotification::iconURL() const WebNotification 95 Source/web/WebNotification.cpp void WebNotification::dispatchShowEvent() WebNotification 100 Source/web/WebNotification.cpp void WebNotification::dispatchErrorEvent(const WebString& /* errorMessage */) WebNotification 106 Source/web/WebNotification.cpp void WebNotification::dispatchCloseEvent(bool /* byUser */) WebNotification 112 Source/web/WebNotification.cpp void WebNotification::dispatchClickEvent() WebNotification 117 Source/web/WebNotification.cpp WebNotification::WebNotification(const WTF::PassRefPtr<WebCore::Notification>& notification) WebNotification 122 Source/web/WebNotification.cpp WebNotification& WebNotification::operator=(const WTF::PassRefPtr<Notification>& notification) WebNotification 128 Source/web/WebNotification.cpp WebNotification::operator WTF::PassRefPtr<Notification>() const WebNotification 50 public/web/WebNotification.h class WebNotification { WebNotification 52 public/web/WebNotification.h WebNotification() { } WebNotification 53 public/web/WebNotification.h WebNotification(const WebNotification& other) { assign(other); } WebNotification 54 public/web/WebNotification.h WebNotification& operator=(const WebNotification& other) WebNotification 60 public/web/WebNotification.h ~WebNotification() { reset(); } WebNotification 63 public/web/WebNotification.h BLINK_EXPORT void assign(const WebNotification&); WebNotification 67 public/web/WebNotification.h BLINK_EXPORT bool equals(const WebNotification& other) const; WebNotification 68 public/web/WebNotification.h BLINK_EXPORT bool lessThan(const WebNotification& other) const; WebNotification 96 public/web/WebNotification.h WebNotification(const WTF::PassRefPtr<WebCore::Notification>&); WebNotification 97 public/web/WebNotification.h WebNotification& operator=(const WTF::PassRefPtr<WebCore::Notification>&); WebNotification 105 public/web/WebNotification.h inline bool operator==(const WebNotification& a, const WebNotification& b) WebNotification 110 public/web/WebNotification.h inline bool operator!=(const WebNotification& a, const WebNotification& b) WebNotification 115 public/web/WebNotification.h inline bool operator<(const WebNotification& a, const WebNotification& b) WebNotification 39 public/web/WebNotificationPresenter.h class WebNotification; WebNotification 53 public/web/WebNotificationPresenter.h virtual bool show(const WebNotification&) = 0; WebNotification 57 public/web/WebNotificationPresenter.h virtual void close(const WebNotification&) { } WebNotification 58 public/web/WebNotificationPresenter.h virtual void cancel(const WebNotification&) = 0; WebNotification 62 public/web/WebNotificationPresenter.h virtual void objectDestroyed(const WebNotification&) = 0;