Home
last modified time | relevance | path

Searched refs:notificationObjectDestroyed (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotificationClient.h64 virtual void notificationObjectDestroyed(Notification*) = 0;
DNotification.cpp191 m_client->notificationObjectDestroyed(this); in stop()
/external/chromium_org/third_party/WebKit/Source/web/
DNotificationPresenterImpl.h52 virtual void notificationObjectDestroyed(WebCore::Notification*) OVERRIDE;
DNotificationPresenterImpl.cpp93 void NotificationPresenterImpl::notificationObjectDestroyed(Notification* notification) in notificationObjectDestroyed() function in blink::NotificationPresenterImpl