HomeSort by relevance Sort by last modified time
    Searched refs:m_notifications (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.cpp 157 while (!m_notifications.isEmpty()) {
158 NotificationsQueue::Iterator iter = m_notifications.begin();
193 m_notifications.insert(notification, wrapper);
223 if (m_notifications.find(notification) == m_notifications.end())
249 NotificationsQueue::Iterator iter = m_notifications.find(notification);
250 if (iter != m_notifications.end()) {
277 NotificationsQueue::ConstIterator end = m_notifications.end();
278 NotificationsQueue::ConstIterator iter = m_notifications.begin();
297 NotificationsQueue::ConstIterator end = m_notifications.end()
    [all...]
NotificationPresenterClientQt.h 129 NotificationsQueue m_notifications; member in class:WebCore::NotificationPresenterClientQt
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 122 m_notifications.clear();
286 if (!m_notifications)
287 m_notifications = NotificationCenter::create(scriptExecutionContext(), m_thread->getNotificationPresenter());
288 return m_notifications.get();
WorkerContext.h 198 mutable RefPtr<NotificationCenter> m_notifications; member in class:WebCore::WorkerContext
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 506 if (m_notifications)
507 m_notifications->disconnectFrame();
508 m_notifications = 0;
686 if (m_notifications)
687 return m_notifications.get();
699 m_notifications = NotificationCenter::create(document, provider);
701 return m_notifications.get();
710 if (m_notifications)
711 m_notifications->disconnectFrame();
712 m_notifications = 0
    [all...]
DOMWindow.h 493 mutable RefPtr<NotificationCenter> m_notifications; member in class:WebCore::DOMWindow

Completed in 106 milliseconds