Searched defs:QtInstance (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_instance.h38 class QtInstance : public Instance { class in namespace:JSC::Bindings
40 ~QtInstance();
65 static PassRefPtr<QtInstance> getQtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership);
72 static QtInstance* getInstance(JSObject*);
75 static PassRefPtr<QtInstance> create(QObject *instance, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
77 return adoptRef(new QtInstance(instance, rootObject, ownership));
82 QtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership); // Factory produced only..
H A Dqt_instance.cpp44 typedef QMultiHash<void*, QtInstance*> QObjectInstanceMap;
57 QtInstance* instance = static_cast<QtInstance*>(getInternalInstance());
78 // QtInstance
79 QtInstance::QtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership) function in class:JSC::Bindings::QtInstance
90 QtInstance::~QtInstance()
117 PassRefPtr<QtInstance> QtInstance
[all...]

Completed in 30 milliseconds