Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/
Dpropertychanges.qml9 objectName: "newWindowParent"
10 id: newWindowParent
28 newWindowParent: oldWindowParent
Dnewwindows.qml23 newWindowParent: pages
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp51 , newWindowParent(0) in QDeclarativeWebViewPrivate()
71 QDeclarativeItem* newWindowParent; member in QDeclarativeWebViewPrivate
878 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 QDeclarativeWebView
949 return d->newWindowParent; in newWindowParent()
954 if (parent == d->newWindowParent) in setNewWindowParent()
[all …]
Dqdeclarativewebview_p.h120 …Q_PROPERTY(QDeclarativeItem* newWindowParent READ newWindowParent WRITE setNewWindowParent NOTIFY …
189 QDeclarativeItem* newWindowParent() const;
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
Dtst_qdeclarativewebview.cpp35 void newWindowParent();
310 void tst_QDeclarativeWebView::newWindowParent() in newWindowParent() function in tst_QDeclarativeWebView
325 QDeclarativeItem* newWindowParent = rootItem->findChild<QDeclarativeItem*>("newWindowParent"); in newWindowParent() local
326 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()
/external/webkit/Source/WebKit/qt/
DChangeLog133 (tst_QDeclarativeWebView::newWindowParent):
DChangeLog-2011-02-166436 (QDeclarativeWebView::newWindowParent):