Searched defs:showModalDialog (Results 1 - 3 of 3) sorted by path

/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp699 JSValue JSDOMWindow::showModalDialog(ExecState* exec) function in class:WebCore::JSDOMWindow
710 impl()->showModalDialog(urlString, dialogFeaturesString, activeDOMWindow(exec), firstDOMWindow(exec), setUpDialog, &handler);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp353 // FIXME: We can remove this function once V8 showModalDialog is changed to use DOMWindow.
1868 void DOMWindow::showModalDialog(const String& urlString, const String& dialogFeaturesString, function in class:WebCore::DOMWindow
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp136 void showModalDialog();
2636 void tst_QWebPage::showModalDialog() function in class:tst_QWebPage
2640 QString res = page.mainFrame()->evaluateJavaScript("window.showModalDialog('javascript:window.returnValue=dialogArguments; window.close();', 'This is a test');").toString();

Completed in 135 milliseconds