Searched refs:m_presenter (Results 1 – 4 of 4) sorted by relevance
72 m_presenter = presenter; in initialize()77 return !!m_presenter; in isInitialized()82 return m_presenter->show(PassRefPtr<Notification>(notification)); in show()87 m_presenter->cancel(PassRefPtr<Notification>(notification)); in cancel()92 m_presenter->objectDestroyed(PassRefPtr<Notification>(notification)); in notificationObjectDestroyed()97 int result = m_presenter->checkPermission(context->url()); in checkPermission()103 …m_presenter->requestPermission(WebSecurityOrigin(context->securityOrigin()), new VoidCallbackClien… in requestPermission()
48 NotificationPresenterImpl() : m_presenter(0) { } in NotificationPresenterImpl()63 WebNotificationPresenter* m_presenter;
78 m_presenter = 0; in NotificationWrapper()205 wrapper->m_presenter = m_platformPlugin.createNotificationPresenter(); in displayNotification()207 if (!wrapper->m_presenter) { in displayNotification()226 if (wrapper->m_presenter) { in displayNotification()227 …wrapper->connect(wrapper->m_presenter.get(), SIGNAL(notificationClosed()), wrapper, SLOT(notificat… in displayNotification()228 …wrapper->connect(wrapper->m_presenter.get(), SIGNAL(notificationClicked()), wrapper, SLOT(notifica… in displayNotification()229 wrapper->m_presenter->showNotification(wrapper); in displayNotification()
76 OwnPtr<QWebNotificationPresenter> m_presenter; variable