HomeSort by relevance Sort by last modified time
    Searched refs:QObject (Results 26 - 50 of 189) sorted by null

12 3 4 5 6 7 8

  /external/qemu/
qbool.c 15 #include "qobject.h"
18 static void qbool_destroy_obj(QObject *obj);
50 * qobject_to_qbool(): Convert a QObject into a QBool
52 QBool *qobject_to_qbool(const QObject *obj)
64 static void qbool_destroy_obj(QObject *obj)
qfloat.c 15 #include "qobject.h"
18 static void qfloat_destroy_obj(QObject *obj);
50 * qobject_to_qfloat(): Convert a QObject into a QFloat
52 QFloat *qobject_to_qfloat(const QObject *obj)
64 static void qfloat_destroy_obj(QObject *obj)
qint.c 14 #include "qobject.h"
17 static void qint_destroy_obj(QObject *obj);
49 * qobject_to_qint(): Convert a QObject into a QInt
51 QInt *qobject_to_qint(const QObject *obj)
63 static void qint_destroy_obj(QObject *obj)
qbool.h 18 #include "qobject.h"
27 QBool *qobject_to_qbool(const QObject *obj);
qfloat.h 18 #include "qobject.h"
27 QFloat *qobject_to_qfloat(const QObject *obj);
qlist.c 14 #include "qobject.h"
18 static void qlist_destroy_obj(QObject *obj);
41 static void qlist_copy_elem(QObject *obj, void *opaque)
59 * qlist_append_obj(): Append an QObject into QList
63 void qlist_append_obj(QList *qlist, QObject *value)
80 void (*iter)(QObject *obj, void *opaque), void *opaque)
88 QObject *qlist_pop(QList *qlist)
91 QObject *ret;
106 QObject *qlist_peek(QList *qlist)
109 QObject *ret
    [all...]
qdict.h 16 #include "qobject.h"
25 QObject *value;
38 QObject *qdict_entry_value(const QDictEntry *entry);
40 void qdict_put_obj(QDict *qdict, const char *key, QObject *value);
43 QObject *qdict_get(const QDict *qdict, const char *key);
44 QDict *qobject_to_qdict(const QObject *obj);
46 void (*iter)(const char *key, QObject *obj, void *opaque),
53 qdict_put_obj(qdict, key, QOBJECT(obj))
json-parser.c 41 static QObject *parse_value(JSONParserContext *ctxt, QList **tokens, va_list *ap);
50 static const char *token_get_value(QObject *obj)
55 static JSONTokenType token_get_type(QObject *obj)
60 static int token_is_operator(QObject *obj, char op)
73 static int token_is_keyword(QObject *obj, const char *value)
82 static int token_is_escape(QObject *obj, const char *value)
95 QObject *token, const char *msg, ...)
147 * parse_string(): Parse a json string and return a QObject
169 static QString *qstring_from_escaped_str(JSONParserContext *ctxt, QObject *token)
272 QObject *key, *token = NULL, *value, *peek
    [all...]
qdict.c 18 #include "qobject.h"
22 static void qdict_destroy_obj(QObject *obj);
45 * qobject_to_qdict(): Convert a QObject into a QDict
47 QDict *qobject_to_qdict(const QObject *obj)
74 static QDictEntry *alloc_entry(const char *key, QObject *value)
90 QObject *qdict_entry_value(const QDictEntry *entry)
122 * qdict_put_obj(): Put a new QObject into the dictionary
127 * This is done by freeing the reference to the stored QObject and
132 void qdict_put_obj(QDict *qdict, const char *key, QObject *value)
154 * Return a weak reference to the QObject associated with 'key' i
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
PlainTextControllerQt.cpp 37 : QObject(parent)
  /external/webkit/Source/JavaScriptCore/wtf/qt/
MainThreadQt.cpp 34 #include <QtCore/QObject>
40 class MainThreadInvoker : public QObject {
  /external/webkit/Source/WebCore/bridge/qt/
qt_class.h 27 class QObject;
40 static QtClass* classForObject(QObject*);
qt_instance.h 62 QObject* getObject() const { return m_object; }
63 QObject* hashKey() const { return m_hashkey; }
65 static PassRefPtr<QtInstance> getQtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership);
75 static PassRefPtr<QtInstance> create(QObject *instance, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
82 QtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership); // Factory produced only..
84 QPointer<QObject> m_object;
85 QObject* m_hashkey;
  /external/webkit/Source/WebKit/qt/Api/
qwebinspector_p.h 40 void attachAndReplaceRemoteFrontend(QObject* newRemoteFrontend);
47 QObject* remoteFrontend;
qwebkitplatformplugin.h 30 #include <QObject>
56 class QWebSelectMethod : public QObject
81 class QWebNotificationPresenter : public QObject
95 class QWebHapticFeedbackPlayer: public QObject
113 class QWebTouchModifier : public QObject
127 class QWebFullScreenVideoHandler : public QObject {
157 virtual QObject* createExtension(Extension extension) const = 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,
qwebhistoryinterface.cpp 102 QWebHistoryInterface::QWebHistoryInterface(QObject* parent)
103 : QObject(parent)
qwebpluginfactory.cpp 57 The plugins themselves are subclasses of QObject, but currently only plugins
131 QWebPluginFactory::QWebPluginFactory(QObject *parent)
132 : QObject(parent)
162 \fn QObject *QWebPluginFactory::create(const QString &mimeType, const QUrl &url,
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceOrientationClientMockQt.h 26 #include <QObject>
34 class DeviceOrientationClientMockQt : public QObject, public DeviceOrientationClient {
DeviceOrientationProviderQt.h 26 #include <QObject>
35 class DeviceOrientationProviderQt : public QObject, public QRotationFilter {
PopupMenuQt.h 24 #include <QObject>
35 class PopupMenuQt : public QObject, public PopupMenu {
FullScreenVideoQt.h 24 #include <QObject>
46 class GStreamerFullScreenVideoHandler : public QObject {
84 class FullScreenVideoQt : public QObject {
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebFrameNetworkingContext.cpp 25 #include <QObject>
41 QObject* WebFrameNetworkingContext::originatingObject() const
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 32 #include <QObject>
36 class WatchdogTimerHelper : public QObject {
58 QObject::connect(&m_waitToDumpWatchdogTimer, SIGNAL(timeout()), WatchdogTimerHelper::instance(), SLOT(timerFired()));
  /external/webkit/Tools/WebKitTestRunner/qt/
main.cpp 32 #include <QObject>
35 class Launcher : public QObject {

Completed in 374 milliseconds

12 3 4 5 6 7 8