Searched defs:WebNotification (Results 1 – 3 of 3) sorted by relevance
39 class WebNotification; variable57 virtual void close(const WebNotification&) { } in close()
52 WebNotification() { } in WebNotification() function53 WebNotification(const WebNotification& other) { assign(other); } in WebNotification() function
117 WebNotification::WebNotification(Notification* notification) in WebNotification() function in blink::WebNotification