Home
last modified time | relevance | path

Searched defs:WebNotification (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebNotificationPresenter.h39 class WebNotification; variable
57 virtual void close(const WebNotification&) { } in close()
DWebNotification.h52 WebNotification() { } in WebNotification() function
53 WebNotification(const WebNotification& other) { assign(other); } in WebNotification() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebNotification.cpp117 WebNotification::WebNotification(Notification* notification) in WebNotification() function in blink::WebNotification