OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationObjectDestroyed
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationClient.h
69
virtual void
notificationObjectDestroyed
(Notification*) = 0;
Notification.cpp
189
m_notificationCenter->client()->
notificationObjectDestroyed
(this);
/external/chromium_org/third_party/WebKit/Source/web/
NotificationPresenterImpl.h
56
virtual void
notificationObjectDestroyed
(WebCore::Notification* object);
NotificationPresenterImpl.cpp
116
void NotificationPresenterImpl::
notificationObjectDestroyed
(Notification* notification)
Completed in 211 milliseconds