Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DNotificationPresenterClientQt.cpp158 NotificationsQueue::Iterator iter = m_notifications.begin(); in ~NotificationPresenterClientQt()
249 NotificationsQueue::Iterator iter = m_notifications.find(notification); in cancel()
277 NotificationsQueue::ConstIterator end = m_notifications.end(); in notificationClicked()
278 NotificationsQueue::ConstIterator iter = m_notifications.begin(); in notificationClicked()
297 NotificationsQueue::ConstIterator end = m_notifications.end(); in notificationForWrapper()
298 NotificationsQueue::ConstIterator iter = m_notifications.begin(); in notificationForWrapper()
309 NotificationsQueue::Iterator iter = m_notifications.find(notification); in notificationObjectDestroyed()
392 NotificationsQueue::Iterator end = m_notifications.end(); in removeReplacedNotificationFromQueue()
393 NotificationsQueue::Iterator iter = m_notifications.begin(); in removeReplacedNotificationFromQueue()
DNotificationPresenterClientQt.h82 typedef QHash <Notification*, NotificationWrapper*> NotificationsQueue; typedef
129 NotificationsQueue m_notifications;