Home | History | Annotate | Download | only in src

Lines Matching refs:Notification

36 #include "Notification.h"
47 class WebNotificationPrivate : public Notification {
117 WebNotification::WebNotification(const WTF::PassRefPtr<Notification>& notification)
118 : m_private(static_cast<WebNotificationPrivate*>(notification.releaseRef()))
122 WebNotification& WebNotification::operator=(const WTF::PassRefPtr<Notification>& notification)
124 assign(static_cast<WebNotificationPrivate*>(notification.releaseRef()));
128 WebNotification::operator WTF::PassRefPtr<Notification>() const
130 return WTF::PassRefPtr<Notification>(const_cast<WebNotificationPrivate*>(m_private));