Searched refs:notificationObjectDestroyed (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/notifications/
H A DNotificationPresenter.h66 virtual void notificationObjectDestroyed(Notification*) = 0;
H A DNotification.cpp158 m_notificationCenter->presenter()->notificationObjectDestroyed(this);
/external/webkit/Source/WebKit/chromium/src/
H A DNotificationPresenterImpl.h56 virtual void notificationObjectDestroyed(WebCore::Notification* object);
H A DNotificationPresenterImpl.cpp90 void NotificationPresenterImpl::notificationObjectDestroyed(Notification* notification) function in class:WebKit::NotificationPresenterImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.h51 virtual void notificationObjectDestroyed(WebCore::Notification* object);
H A DWebDesktopNotificationsDelegate.cpp162 void WebDesktopNotificationsDelegate::notificationObjectDestroyed(Notification* object) function in class:WebDesktopNotificationsDelegate
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.h92 virtual void notificationObjectDestroyed(Notification*);
H A DNotificationPresenterClientQt.cpp306 void NotificationPresenterClientQt::notificationObjectDestroyed(Notification* notification) function in class:WebCore::NotificationPresenterClientQt

Completed in 508 milliseconds