Searched refs:WebNotificationPrivate (Results 1 – 2 of 2) sorted by relevance
49 class WebNotificationPrivate : public Notification { class59 WebNotificationPrivate* p = const_cast<WebNotificationPrivate*>(other.m_private); in assign()145 : m_private(static_cast<WebNotificationPrivate*>(notification.releaseRef())) in WebNotification()151 assign(static_cast<WebNotificationPrivate*>(notification.releaseRef())); in operator =()157 return WTF::PassRefPtr<Notification>(const_cast<WebNotificationPrivate*>(m_private)); in operator WTF::PassRefPtr<Notification>()160 void WebNotification::assign(WebNotificationPrivate* p) in assign()
44 class WebNotificationPrivate; variable106 void assign(WebNotificationPrivate*);107 WebNotificationPrivate* m_private;