Home
last modified time | relevance | path

Searched refs:jsConfirm (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/android/jni/
DWebViewCore.h205 bool jsConfirm(const WebCore::String& url, const WebCore::String& text);
DWebViewCore.cpp2322 bool WebViewCore::jsConfirm(const WebCore::String& url, const WebCore::String& text) in jsConfirm() function in android::WebViewCore
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp250 return android::WebViewCore::getWebViewCore(frame->view())->jsConfirm(url, message); in focus()