Searched refs:m_notifications (Results 1 – 4 of 4) sorted by relevance
75 m_notifications.clear(); in ~WorkerContext()252 if (!m_notifications) in webkitNotifications()253 …m_notifications = NotificationCenter::create(scriptExecutionContext(), m_thread->getNotificationPr… in webkitNotifications()254 return m_notifications.get(); in webkitNotifications()
153 mutable RefPtr<NotificationCenter> m_notifications; variable
465 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()
402 mutable RefPtr<NotificationCenter> m_notifications; variable