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

  /external/webkit/WebCore/workers/
WorkerContext.cpp 75 m_notifications.clear();
252 if (!m_notifications)
253 m_notifications = NotificationCenter::create(scriptExecutionContext(), m_thread->getNotificationPresenter());
254 return m_notifications.get();
WorkerContext.h 153 mutable RefPtr<NotificationCenter> m_notifications; member in class:WebCore::WorkerContext
  /external/webkit/WebCore/page/
DOMWindow.cpp 465 if (m_notifications)
466 m_notifications->disconnectFrame();
467 m_notifications = 0;
625 if (m_notifications)
626 return m_notifications.get();
638 m_notifications = NotificationCenter::create(document, provider);
640 return m_notifications.get();
    [all...]
DOMWindow.h 399 mutable RefPtr<NotificationCenter> m_notifications; member in class:WebCore::DOMWindow

Completed in 71 milliseconds