HomeSort by relevance Sort by last modified time
    Searched defs:QtInstance (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/bridge/qt/
qt_instance.h 38 class QtInstance : public Instance {
40 ~QtInstance();
64 static PassRefPtr<QtInstance> getQtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership);
71 static QtInstance* getInstance(JSObject*);
74 static PassRefPtr<QtInstance> create(QObject *instance, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
76 return adoptRef(new QtInstance(instance, rootObject, ownership));
81 QtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership); // Factory produced only..
qt_instance.cpp 43 typedef QMultiHash<void*, QtInstance*> QObjectInstanceMap;
56 QtInstance* instance = static_cast<QtInstance*>(getInternalInstance());
80 // QtInstance
81 QtInstance::QtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
91 QtInstance::~QtInstance()
118 PassRefPtr<QtInstance> QtInstance::getQtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership owners (…)
    [all...]

Completed in 19 milliseconds