Home
last modified time | relevance | path

Searched refs:m_activeNotifications (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DNotificationPresenter.cpp71 if (m_activeNotifications.find(id) == m_activeNotifications.end()) in simulateClick()
74 const WebNotification& notification = m_activeNotifications.find(id)->second; in simulateClick()
108 m_activeNotifications.set(id, notification); in show()
122 m_activeNotifications.remove(id); in cancel()
129 m_activeNotifications.remove(id); in objectDestroyed()
DNotificationPresenter.h71 HashMap<WTF::String, WebKit::WebNotification> m_activeNotifications; variable