Searched refs:newWindowParent (Results 1 – 7 of 7) sorted by relevance
9 objectName: "newWindowParent"10 id: newWindowParent28 newWindowParent: oldWindowParent
23 newWindowParent: pages
51 , newWindowParent(0) in QDeclarativeWebViewPrivate()71 QDeclarativeItem* newWindowParent; member in QDeclarativeWebViewPrivate878 if (!d->newWindowComponent && d->newWindowParent) in createWindow()880 else if (d->newWindowComponent && !d->newWindowParent) in createWindow()882 else if (d->newWindowComponent && d->newWindowParent) { in createWindow()897 newObject->setParent(d->newWindowParent); in createWindow()898 static_cast<QGraphicsObject*>(item)->setParentItem(d->newWindowParent); in createWindow()947 QDeclarativeItem* QDeclarativeWebView::newWindowParent() const in newWindowParent() function in QDeclarativeWebView949 return d->newWindowParent; in newWindowParent()954 if (parent == d->newWindowParent) in setNewWindowParent()[all …]
120 …Q_PROPERTY(QDeclarativeItem* newWindowParent READ newWindowParent WRITE setNewWindowParent NOTIFY …189 QDeclarativeItem* newWindowParent() const;
35 void newWindowParent();310 void tst_QDeclarativeWebView::newWindowParent() in newWindowParent() function in tst_QDeclarativeWebView325 QDeclarativeItem* newWindowParent = rootItem->findChild<QDeclarativeItem*>("newWindowParent"); in newWindowParent() local326 wv->setProperty("newWindowParent", QVariant::fromValue(newWindowParent)); in newWindowParent()327 QVERIFY(newWindowParent); in newWindowParent()330 QCOMPARE(wv->property("newWindowParent"), QVariant::fromValue(newWindowParent)); in newWindowParent()333 wv->setProperty("newWindowParent", QVariant::fromValue(newWindowParent)); in newWindowParent()
133 (tst_QDeclarativeWebView::newWindowParent):
6436 (QDeclarativeWebView::newWindowParent):