Home
last modified time | relevance | path

Searched refs:m_notificationCenter (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DDOMWindowNotifications.cpp72 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()
DWorkerGlobalScopeNotifications.cpp70 if (!m_notificationCenter) in webkitNotifications()
71m_notificationCenter = NotificationCenter::create(m_context, m_context->thread()->getNotificationC… in webkitNotifications()
72 return m_notificationCenter.get(); in webkitNotifications()
DNotificationCenter.cpp114 : m_notificationCenter(center) in NotificationRequestCallback()
129 m_notificationCenter->requestTimedOut(this); in timerFired()
DWorkerGlobalScopeNotifications.h54 RefPtr<NotificationCenter> m_notificationCenter; variable
DDOMWindowNotifications.h58 RefPtr<NotificationCenter> m_notificationCenter; variable
DNotificationCenter.h86 RefPtr<NotificationCenter> m_notificationCenter; variable