Searched refs:m_notificationCenter (Results 1 – 6 of 6) sorted by relevance
72 m_notificationCenter = nullptr; in willDestroyGlobalObjectInFrame()78 m_notificationCenter = nullptr; in willDetachGlobalObjectFromFrame()87 if (m_notificationCenter) in webkitNotifications()88 return m_notificationCenter.get(); in webkitNotifications()100 m_notificationCenter = NotificationCenter::create(document, provider); in webkitNotifications()102 return m_notificationCenter.get(); in webkitNotifications()
70 if (!m_notificationCenter) in webkitNotifications()71 …m_notificationCenter = NotificationCenter::create(m_context, m_context->thread()->getNotificationC… in webkitNotifications()72 return m_notificationCenter.get(); in webkitNotifications()
114 : m_notificationCenter(center) in NotificationRequestCallback()129 m_notificationCenter->requestTimedOut(this); in timerFired()
54 RefPtr<NotificationCenter> m_notificationCenter; variable
58 RefPtr<NotificationCenter> m_notificationCenter; variable
86 RefPtr<NotificationCenter> m_notificationCenter; variable