Searched refs:jsConfirm (Results 1 – 3 of 3) sorted by relevance
205 bool jsConfirm(const WebCore::String& url, const WebCore::String& text);
2322 bool WebViewCore::jsConfirm(const WebCore::String& url, const WebCore::String& text) in jsConfirm() function in android::WebViewCore
250 return android::WebViewCore::getWebViewCore(frame->view())->jsConfirm(url, message); in focus()