HomeSort by relevance Sort by last modified time
    Searched refs:WebNotificationPrivate (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebNotification.cpp 49 class WebNotificationPrivate : public Notification {
59 WebNotificationPrivate* p = const_cast<WebNotificationPrivate*>(other.m_private);
145 : m_private(static_cast<WebNotificationPrivate*>(notification.releaseRef()))
151 assign(static_cast<WebNotificationPrivate*>(notification.releaseRef()));
157 return WTF::PassRefPtr<Notification>(const_cast<WebNotificationPrivate*>(m_private));
160 void WebNotification::assign(WebNotificationPrivate* p)
  /external/webkit/Source/WebKit/chromium/public/
WebNotification.h 44 class WebNotificationPrivate;
106 void assign(WebNotificationPrivate*);
107 WebNotificationPrivate* m_private;

Completed in 1043 milliseconds