Searched refs:QWebNotificationPresenter (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtPlatformPlugin.h28 class QWebNotificationPresenter;
44 QWebNotificationPresenter* createNotificationPresenter();
H A DQtPlatformPlugin.cpp112 QWebNotificationPresenter* QtPlatformPlugin::createNotificationPresenter()
115 return p ? static_cast<QWebNotificationPresenter*>(p->createExtension(QWebKitPlatformPlugin::Notifications)) : 0;
H A DNotificationPresenterClientQt.h76 OwnPtr<QWebNotificationPresenter> m_presenter;
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A DWebNotificationPresenter.h42 class WebNotificationPresenter : public QWebNotificationPresenter
47 : QWebNotificationPresenter()
H A Dqwebkitplatformplugin.h76 class QWebNotificationPresenter : public QObject class in inherits:QObject
80 QWebNotificationPresenter() {} function in class:QWebNotificationPresenter
81 virtual ~QWebNotificationPresenter() {}
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h81 class QWebNotificationPresenter : public QObject class in inherits:QObject
85 QWebNotificationPresenter() {} function in class:QWebNotificationPresenter
86 virtual ~QWebNotificationPresenter() {}

Completed in 355 milliseconds