Home
last modified time | relevance | path

Searched refs:linkedContext (Results 1 – 11 of 11) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativecontext.cpp503 contextGuards(0), idValues(0), idValueCount(0), optimizedBindings(0), linkedContext(0), in QDeclarativeContextData()
511 contextGuards(0), idValues(0), idValueCount(0), optimizedBindings(0), linkedContext(0), in QDeclarativeContextData()
573 if (linkedContext) in destroy()
574 linkedContext->destroy(); in destroy()
757 if (linkedContext) in findObjectId()
758 return linkedContext->findObjectId(obj); in findObjectId()
H A Dqdeclarativecontext_p.h194 QDeclarativeContextData *linkedContext; variable
H A Dqdeclarativevme.cpp243 while (c->linkedContext) c = c->linkedContext; in run()
244 c->linkedContext = ctxt; in run()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext.cpp651 linkedContext = nullptr; in destroy()
849 if (linkedContext) in findObjectId()
850 return linkedContext->findObjectId(obj); in findObjectId()
H A Dqqmlcontext_p.h222 QQmlContextDataRef linkedContext; variable
H A Dqqmlobjectcreator.cpp1278 while (c->linkedContext) c = c->linkedContext; in createInstance()
1279 c->linkedContext = context; in createInstance()
H A Dqqmlengine.cpp699 for (QQmlContextData *lc = d->ownContext->linkedContext; lc; lc = lc->linkedContext) { in qdeclarativeelement_destructor()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext.cpp651 linkedContext = nullptr; in destroy()
849 if (linkedContext) in findObjectId()
850 return linkedContext->findObjectId(obj); in findObjectId()
H A Dqqmlcontext_p.h222 QQmlContextDataRef linkedContext; variable
H A Dqqmlobjectcreator.cpp1278 while (c->linkedContext) c = c->linkedContext; in createInstance()
1279 c->linkedContext = context; in createInstance()
H A Dqqmlengine.cpp699 for (QQmlContextData *lc = d->ownContext->linkedContext; lc; lc = lc->linkedContext) { in qdeclarativeelement_destructor()