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

  /external/webkit/Source/WebKit/qt/Api/
qwebpluginfactory.cpp 21 #include "qwebpluginfactory.h"
24 \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::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 50 class QWebPluginFactory;
268 void setPluginFactory(QWebPluginFactory *factory);
269 QWebPluginFactory *pluginFactory() const;
qwebpage_p.h 207 QWebPluginFactory *pluginFactory;
qwebpage.cpp     [all...]
  /external/webkit/Tools/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/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.cpp 43 #include <qwebpluginfactory.h>
92 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);
FrameLoaderClientQt.cpp 82 #include "qwebpluginfactory.h"
    [all...]

Completed in 768 milliseconds