Searched refs:jsUnload (Results 1 – 3 of 3) sorted by relevance
208 bool jsUnload(const WebCore::String& url, const WebCore::String& message);
2353 bool WebViewCore::jsUnload(const WebCore::String& url, const WebCore::String& message) in jsUnload() function in android::WebViewCore
218 return android::WebViewCore::getWebViewCore(frame->view())->jsUnload(url, message); in focus()