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/
DWebNotification.h55 WebNotification() : m_private(0) { } in WebNotification() function
56 WebNotification(const WebNotification& other) : m_private(0) { assign(other); } in WebNotification() function
DWebNotificationPresenter.h41 class WebNotification; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebNotification.cpp127 WebNotification::WebNotification(const WTF::PassRefPtr<NotificationBase>& notification) in WebNotification() function in blink::WebNotification