Home
last modified time | relevance | path

Searched refs:m_notifications (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DNotificationPresenterClientQt.cpp157 while (!m_notifications.isEmpty()) { in ~NotificationPresenterClientQt()
158 NotificationsQueue::Iterator iter = m_notifications.begin(); in ~NotificationPresenterClientQt()
193 m_notifications.insert(notification, wrapper); in displayNotification()
223 if (m_notifications.find(notification) == m_notifications.end()) in displayNotification()
249 NotificationsQueue::Iterator iter = m_notifications.find(notification); in cancel()
250 if (iter != m_notifications.end()) { 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()
[all …]
DNotificationPresenterClientQt.h129 NotificationsQueue m_notifications; variable
/external/webkit/Source/WebCore/workers/
DWorkerContext.cpp122 m_notifications.clear(); in ~WorkerContext()
286 if (!m_notifications) in webkitNotifications()
287m_notifications = NotificationCenter::create(scriptExecutionContext(), m_thread->getNotificationPr… in webkitNotifications()
288 return m_notifications.get(); in webkitNotifications()
DWorkerContext.h198 mutable RefPtr<NotificationCenter> m_notifications; variable
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp506 if (m_notifications) in clear()
507 m_notifications->disconnectFrame(); in clear()
508 m_notifications = 0; in clear()
686 if (m_notifications) in webkitNotifications()
687 return m_notifications.get(); in webkitNotifications()
699 m_notifications = NotificationCenter::create(document, provider); in webkitNotifications()
701 return m_notifications.get(); in webkitNotifications()
710 if (m_notifications) in pageDestroyed()
711 m_notifications->disconnectFrame(); in pageDestroyed()
712 m_notifications = 0; in pageDestroyed()
DDOMWindow.h493 mutable RefPtr<NotificationCenter> m_notifications; variable