Searched defs:WebNotification (Results 1 – 3 of 3) sorted by relevance
55 WebNotification() : m_private(0) { } in WebNotification() function56 WebNotification(const WebNotification& other) : m_private(0) { assign(other); } in WebNotification() function
41 class WebNotification; variable
127 WebNotification::WebNotification(const WTF::PassRefPtr<NotificationBase>& notification) in WebNotification() function in blink::WebNotification