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

  /external/webkit/WebKit/qt/Api/
qwebhistoryinterface.h 25 #include <QtCore/qobject.h>
29 class QWEBKIT_EXPORT QWebHistoryInterface : public QObject {
32 QWebHistoryInterface(QObject *parent = 0);
qwebpluginfactory.h 25 #include <QtCore/qobject.h>
34 class QWEBKIT_EXPORT QWebPluginFactory : public QObject {
51 explicit QWebPluginFactory(QObject* parent = 0);
57 virtual QObject *create(const QString& mimeType,
qwebplugindatabase_p.h 26 #include <QtCore/qobject.h>
71 class QWEBKIT_EXPORT QWebPluginDatabase : public QObject {
75 QWebPluginDatabase(QObject* parent = 0);
qwebframe.h 24 #include <QtCore/qobject.h>
103 class QWEBKIT_EXPORT QWebFrame : public QObject {
130 void addToJavaScriptWindowObject(const QString &name, QObject *object);
131 void addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership);
qwebpage.h 27 #include <QtCore/qobject.h>
64 class QWEBKIT_EXPORT QWebPage : public QObject {
193 explicit QWebPage(QObject *parent = 0);
337 virtual QObject *createPlugin(const QString &classid, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
  /external/webkit/JavaScriptCore/qt/api/
qscriptengine.h 23 #include <QtCore/qobject.h>
33 class QScriptEngine : public QObject {
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 33 #include <qobject.h>
57 class FrameLoaderClientQt : public QObject, public FrameLoaderClient {

Completed in 37 milliseconds