Home | History | Annotate | Download | only in src

Lines Matching defs:Notification

36 #include "Notification.h"
49 class WebNotificationPrivate : public Notification {
144 WebNotification::WebNotification(const WTF::PassRefPtr<Notification>& notification)
145 : m_private(static_cast<WebNotificationPrivate*>(notification.releaseRef()))
149 WebNotification& WebNotification::operator=(const WTF::PassRefPtr<Notification>& notification)
151 assign(static_cast<WebNotificationPrivate*>(notification.releaseRef()));
155 WebNotification::operator WTF::PassRefPtr<Notification>() const
157 return WTF::PassRefPtr<Notification>(const_cast<WebNotificationPrivate*>(m_private));