Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp50 , newWindowComponent(0) in QDeclarativeWebViewPrivate()
70 QDeclarativeComponent* newWindowComponent; 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()
886 QObject* newObject = d->newWindowComponent->create(windowContext); in createWindow()
926 QDeclarativeComponent* QDeclarativeWebView::newWindowComponent() const in newWindowComponent() function in QDeclarativeWebView
928 return d->newWindowComponent; in newWindowComponent()
933 if (newWindow == d->newWindowComponent) in setNewWindowComponent()
935 d->newWindowComponent = newWindow; in setNewWindowComponent()
Dqdeclarativewebview_p.h119 …Q_PROPERTY(QDeclarativeComponent* newWindowComponent READ newWindowComponent WRITE setNewWindowCom…
187 QDeclarativeComponent *newWindowComponent() const;
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/
Dpropertychanges.qml27 newWindowComponent: webViewComponent
Dnewwindows.qml22 newWindowComponent: webViewPage
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
Dtst_qdeclarativewebview.cpp34 void newWindowComponent();
284 void tst_QDeclarativeWebView::newWindowComponent() in newWindowComponent() function in tst_QDeclarativeWebView
/external/webkit/Source/WebKit/qt/
DChangeLog132 (tst_QDeclarativeWebView::newWindowComponent):
DChangeLog-2011-02-166434 (QDeclarativeWebView::newWindowComponent):