Home
last modified time | relevance | path

Searched refs:WebNotificationPrivate (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebNotification.cpp49 class WebNotificationPrivate : public Notification { class
59 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()
/external/webkit/Source/WebKit/chromium/public/
DWebNotification.h44 class WebNotificationPrivate; variable
106 void assign(WebNotificationPrivate*);
107 WebNotificationPrivate* m_private;