Home | History | Annotate | Download | only in qwebpage

Lines Matching refs:showModalDialog

113     void showModalDialog();
1845 void tst_QWebPage::showModalDialog()
1849 QString res = page.mainFrame()->evaluateJavaScript("window.showModalDialog('javascript:window.returnValue=dialogArguments; window.close();', 'This is a test');").toString();