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

  /external/webkit/Source/WebCore/notifications/
Notification.cpp 53 , m_notificationCenter(provider)
55 ASSERT(m_notificationCenter->presenter());
56 if (m_notificationCenter->presenter()->checkPermission(context) != NotificationPresenter::PermissionAllowed) {
74 , m_notificationCenter(provider)
76 ASSERT(m_notificationCenter->presenter());
77 if (m_notificationCenter->presenter()->checkPermission(context) != NotificationPresenter::PermissionAllowed) {
114 if (m_notificationCenter->presenter())
115 m_notificationCenter->presenter()->show(this);
121 if (m_state == Idle && m_notificationCenter->presenter() && m_notificationCenter->presenter()->show(this)
    [all...]
Notification.h 143 RefPtr<NotificationCenter> m_notificationCenter;

Completed in 3638 milliseconds