Home
last modified time | relevance | path

Searched refs:fetchAttached (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeinstruction_p.h350 FetchAttachedInstruction fetchAttached; member
H A Dqdeclarativeinstruction.cpp200 …ng().nospace() << idx << "\t\t" << line << "\t" << "FETCH_ATTACHED\t\t" << instr->fetchAttached.id; in dump()
H A Dqdeclarativevme.cpp907 … QObject *qmlObject = qmlAttachedPropertiesObjectById(instr.fetchAttached.id, target); in run()
H A Dqdeclarativecompiler.cpp1089 fetch.fetchAttached.id = prop->index; in genObjectBody()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeinstruction/
H A Dtst_qdeclarativeinstruction.cpp435 i.fetchAttached.id = 23; in dump()