Searched refs:jsConfirm (Results 1 – 3 of 3) sorted by relevance
277 return android::WebViewCore::getWebViewCore(frame->view())->jsConfirm(url, message); in runJavaScriptConfirm()
226 bool jsConfirm(const WTF::String& url, const WTF::String& text);
3744 bool WebViewCore::jsConfirm(const WTF::String& url, const WTF::String& text) in jsConfirm() function in android::WebViewCore