Searched refs:newWindowComponent (Results 1 – 7 of 7) sorted by relevance
50 , newWindowComponent(0) in QDeclarativeWebViewPrivate()70 QDeclarativeComponent* newWindowComponent; 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()886 QObject* newObject = d->newWindowComponent->create(windowContext); in createWindow()926 QDeclarativeComponent* QDeclarativeWebView::newWindowComponent() const in newWindowComponent() function in QDeclarativeWebView928 return d->newWindowComponent; in newWindowComponent()933 if (newWindow == d->newWindowComponent) in setNewWindowComponent()935 d->newWindowComponent = newWindow; in setNewWindowComponent()
119 …Q_PROPERTY(QDeclarativeComponent* newWindowComponent READ newWindowComponent WRITE setNewWindowCom…187 QDeclarativeComponent *newWindowComponent() const;
27 newWindowComponent: webViewComponent
22 newWindowComponent: webViewPage
34 void newWindowComponent();284 void tst_QDeclarativeWebView::newWindowComponent() in newWindowComponent() function in tst_QDeclarativeWebView
132 (tst_QDeclarativeWebView::newWindowComponent):
6434 (QDeclarativeWebView::newWindowComponent):