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

  /external/webkit/WebKit/qt/Api/
qwebpluginfactory.cpp 21 #include "qwebpluginfactory.h"
24 \class QWebPluginFactory
26 \brief The QWebPluginFactory class creates plugins to be embedded into web
31 QWebPluginFactory is a factory for creating plugins for QWebPage. A plugin
36 You can provide a QWebPluginFactory by implementing the plugins() and the
49 \class QWebPluginFactory::Plugin
51 \brief the QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create.
57 \variable QWebPluginFactory::Plugin::name
62 \variable QWebPluginFactory::Plugin::descriptio
    [all...]
qwebpluginfactory.h 34 class QWEBKIT_EXPORT QWebPluginFactory : public QObject {
51 explicit QWebPluginFactory(QObject* parent = 0);
52 virtual ~QWebPluginFactory();
qwebplugindatabase_p.h 24 #include "qwebpluginfactory.h"
46 typedef QWebPluginFactory::MimeType MimeType;
qwebpage.h 48 class QWebPluginFactory;
214 void setPluginFactory(QWebPluginFactory *factory);
215 QWebPluginFactory *pluginFactory() const;
qwebpage_p.h 181 QWebPluginFactory *pluginFactory;
qwebpage.cpp     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
testplugin.cpp 31 : QWebPluginFactory(parent)
39 QList<QWebPluginFactory::Plugin> TestPlugin::plugins() const
41 QWebPluginFactory::Plugin plugin;
57 return QList<QWebPluginFactory::Plugin>() << plugin;
testplugin.h 28 #include <qwebpluginfactory.h>
31 class TestPlugin : public QWebPluginFactory
  /external/webkit/WebCore/plugins/qt/
PluginDataQt.cpp 31 #include <qwebpluginfactory.h>
38 QWebPluginFactory* factory = webPage->pluginFactory();
41 QList<QWebPluginFactory::Plugin> qplugins = factory->plugins();
43 const QWebPluginFactory::Plugin& qplugin = qplugins.at(i);
50 const QWebPluginFactory::MimeType& mimeType = qplugin.mimeTypes.at(j);
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 67 #include "qwebpluginfactory.h"
    [all...]

Completed in 122 milliseconds