Home
last modified time | relevance | path

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

/external/webkit/WebCore/workers/
DWorkerContext.cpp75 m_notifications.clear(); in ~WorkerContext()
252 if (!m_notifications) in webkitNotifications()
253m_notifications = NotificationCenter::create(scriptExecutionContext(), m_thread->getNotificationPr… in webkitNotifications()
254 return m_notifications.get(); in webkitNotifications()
DWorkerContext.h153 mutable RefPtr<NotificationCenter> m_notifications; variable
/external/webkit/WebCore/page/
DDOMWindow.cpp465 if (m_notifications) in clear()
466 m_notifications->disconnectFrame(); in clear()
467 m_notifications = 0; in clear()
625 if (m_notifications) in webkitNotifications()
626 return m_notifications.get(); in webkitNotifications()
638 m_notifications = NotificationCenter::create(document, provider); in webkitNotifications()
640 return m_notifications.get(); in webkitNotifications()
DDOMWindow.h402 mutable RefPtr<NotificationCenter> m_notifications; variable