Searched refs:QWebKitPlatformPlugin (Results 1 – 8 of 8) sorted by relevance
40 m_plugin = qobject_cast<QWebKitPlatformPlugin*>(obj); in load()76 m_plugin = qobject_cast<QWebKitPlatformPlugin*>(objs[i]); in loadStaticallyLinkedPlugin()83 QWebKitPlatformPlugin* QtPlatformPlugin::plugin() in plugin()107 QWebKitPlatformPlugin* p = plugin(); in createSelectInputMethod()108 …return p ? static_cast<QWebSelectMethod*>(p->createExtension(QWebKitPlatformPlugin::MultipleSelect… in createSelectInputMethod()114 QWebKitPlatformPlugin* p = plugin(); in createNotificationPresenter()115 …return p ? static_cast<QWebNotificationPresenter*>(p->createExtension(QWebKitPlatformPlugin::Notif… in createNotificationPresenter()120 QWebKitPlatformPlugin* p = plugin(); in createHapticFeedbackPlayer()121 …return p ? static_cast<QWebHapticFeedbackPlayer*>(p->createExtension(QWebKitPlatformPlugin::Haptic… in createHapticFeedbackPlayer()126 QWebKitPlatformPlugin* p = plugin(); in createTouchModifier()[all …]
27 class QWebKitPlatformPlugin; variable51 QWebKitPlatformPlugin* plugin();55 QWebKitPlatformPlugin* m_plugin;
204 …rmPlugin.plugin() && m_platformPlugin.plugin()->supportsExtension(QWebKitPlatformPlugin::Notificat… in displayNotification()
138 class QWebKitPlatformPlugin141 virtual ~QWebKitPlatformPlugin() {} in ~QWebKitPlatformPlugin()156 Q_DECLARE_INTERFACE(QWebKitPlatformPlugin, "com.nokia.Qt.WebKit.PlatformPlugin/1.7");
134 class WebPlugin : public QObject, public QWebKitPlatformPlugin137 Q_INTERFACES(QWebKitPlatformPlugin)
143 class QWebKitPlatformPlugin146 virtual ~QWebKitPlatformPlugin() {} in ~QWebKitPlatformPlugin()161 Q_DECLARE_INTERFACE(QWebKitPlatformPlugin, "com.nokia.Qt.WebKit.PlatformPlugin/1.7");
3298 to QWebKitPlatformPlugin. After that it is safe to use static_cast,3606 Fix QWebHapticFeedbackPlayer exposure via QWebKitPlatformPlugin3608 [Qt] QWebHapticFeedbackPlayer needs correct exposure through QWebKitPlatformPlugin3612 QWebKitPlatformPlugin::createExtension(), but5144 (QWebKitPlatformPlugin::):5149 (QWebKitPlatformPlugin::):6647 (QWebKitPlatformPlugin::):6681 (QWebKitPlatformPlugin::):7191 Allow several instances of class QtPlatformPlugin to share the QWebKitPlatformPlugin7197 (QWebKitPlatformPlugin::~QWebKitPlatformPlugin):[all …]
10140 a plugin that implements QWebKitPlatformPlugin must be found