Searched refs:QWebPluginFactory (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpluginfactory.cpp24 \class QWebPluginFactory
26 \brief The QWebPluginFactory class is used to embed custom data types in web pages.
41 QWebPluginFactory is a factory for creating plugins for QWebPage, where each
47 You provide a QWebPluginFactory by implementing the plugins() and the
64 \class QWebPluginFactory::Plugin
66 \brief The QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create.
72 \variable QWebPluginFactory::Plugin::name
77 \variable QWebPluginFactory::Plugin::description
82 \variable QWebPluginFactory
131 QWebPluginFactory::QWebPluginFactory(QObject *parent) function in class:QWebPluginFactory
[all...]
H A Dqwebpluginfactory.h34 class QWEBKIT_EXPORT QWebPluginFactory : public QObject { class in inherits:QObject
51 explicit QWebPluginFactory(QObject* parent = 0);
52 virtual ~QWebPluginFactory();
H A Dqwebplugindatabase_p.h46 typedef QWebPluginFactory::MimeType MimeType;
H A Dqwebpage.h50 class QWebPluginFactory;
268 void setPluginFactory(QWebPluginFactory *factory);
269 QWebPluginFactory *pluginFactory() const;
H A Dqwebpage_p.h207 QWebPluginFactory *pluginFactory;
H A Dqwebpage.cpp3667 Sets the QWebPluginFactory \a factory responsible for creating plugins embedded into this
3674 void QWebPage::setPluginFactory(QWebPluginFactory *factory)
3680 Returns the QWebPluginFactory that is responsible for creating plugins embedded into
3685 QWebPluginFactory *QWebPage::pluginFactory() const
/external/webkit/Tools/DumpRenderTree/qt/
H A Dtestplugin.cpp31 : QWebPluginFactory(parent)
39 QList<QWebPluginFactory::Plugin> TestPlugin::plugins() const
41 QWebPluginFactory::Plugin plugin;
57 return QList<QWebPluginFactory::Plugin>() << plugin;
H A Dtestplugin.h31 class TestPlugin : public QWebPluginFactory
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DWebPlatformStrategies.cpp92 QWebPluginFactory* factory;
95 QList<QWebPluginFactory::Plugin> qplugins = factory->plugins();
97 const QWebPluginFactory::Plugin& qplugin = qplugins.at(i);
103 const QWebPluginFactory::MimeType& mimeType = qplugin.mimeTypes.at(j);
H A DFrameLoaderClientQt.cpp1559 QWebPluginFactory* factory = m_webFrame->page()->pluginFactory();

Completed in 164 milliseconds