Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
Dtst_qdeclarativewebview.cpp289 QDeclarativeItem* rootItem = qobject_cast<QDeclarativeItem*>(component.create()); in newWindowComponent() local
290 QVERIFY(rootItem); in newWindowComponent()
291 QObject* wv = rootItem->findChild<QObject*>("webView"); in newWindowComponent()
315 QDeclarativeItem* rootItem = qobject_cast<QDeclarativeItem*>(component.create()); in newWindowParent() local
316 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() local
396 QVERIFY(rootItem); in pressGrabTime()
[all …]