Searched refs:javaScriptConfirm (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h166 bool javaScriptConfirm(QWebFrame *frame, const QString& msg);
H A DDumpRenderTreeQt.cpp219 bool WebPage::javaScriptConfirm(QWebFrame*, const QString& msg) function in class:WebCore::WebPage
/external/webkit/WebKit/qt/Api/
H A Dqwebpage.h342 virtual bool javaScriptConfirm(QWebFrame *originatingFrame, const QString& msg);
H A Dqwebpage.cpp1895 bool QWebPage::javaScriptConfirm(QWebFrame *frame, const QString& msg) function in class:QWebPage
/external/webkit/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp288 return m_webPage->javaScriptConfirm(fl->webFrame(), x);

Completed in 210 milliseconds