Home | History | Annotate | Download | only in Api

Lines Matching refs:ownership

610     The ownership of \a object is specified using \a own.
612 void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership)
620 if (ownership == QScriptEngine::QtOwnership)
637 JSC::Bindings::QtInstance::getQtInstance(object, root, ownership)->createRuntimeObject(exec);
645 QScriptValue v = engine->newQObject(object, ownership);