Searched refs:jsUnload (Results 1 – 3 of 3) sorted by relevance
245 return android::WebViewCore::getWebViewCore(frame->view())->jsUnload(url, message); in runBeforeUnloadConfirmPanel()
229 bool jsUnload(const WTF::String& url, const WTF::String& message);
3783 bool WebViewCore::jsUnload(const WTF::String& url, const WTF::String& message) in jsUnload() function in android::WebViewCore