Searched refs:rootItem (Results 1 – 1 of 1) sorted by relevance
289 QDeclarativeItem* rootItem = qobject_cast<QDeclarativeItem*>(component.create()); in newWindowComponent() local290 QVERIFY(rootItem); in newWindowComponent()291 QObject* wv = rootItem->findChild<QObject*>("webView"); in newWindowComponent()315 QDeclarativeItem* rootItem = qobject_cast<QDeclarativeItem*>(component.create()); in newWindowParent() local316 QVERIFY(rootItem); in newWindowParent()317 QObject* wv = rootItem->findChild<QObject*>("webView"); in newWindowParent()321 QDeclarativeItem* oldWindowParent = rootItem->findChild<QDeclarativeItem*>("oldWindowParent"); in newWindowParent()325 QDeclarativeItem* newWindowParent = rootItem->findChild<QDeclarativeItem*>("newWindowParent"); in newWindowParent()395 QDeclarativeItem* rootItem = qobject_cast<QDeclarativeItem*>(component.create()); in pressGrabTime() local396 QVERIFY(rootItem); in pressGrabTime()[all …]