Home | History | Annotate | Download | only in declarative

Lines Matching refs:newWindow

931 void QDeclarativeWebView::setNewWindowComponent(QDeclarativeComponent* newWindow)
933 if (newWindow == d->newWindowComponent)
935 d->newWindowComponent = newWindow;