Searched refs:dispatchBeforeUnloadEvent (Results 1 – 8 of 8) sorted by relevance
162 virtual bool dispatchBeforeUnloadEvent() = 0;
204 virtual bool dispatchBeforeUnloadEvent();
2590 bool WebViewImpl::dispatchBeforeUnloadEvent() in dispatchBeforeUnloadEvent() function in blink::WebViewImpl
512 bool dispatchBeforeUnloadEvent(Chrome&, bool&);
2392 bool Document::dispatchBeforeUnloadEvent(Chrome& chrome, bool& didAllowNavigation) in dispatchBeforeUnloadEvent() function in WebCore::Document
1286 … if (!targetFrames[i]->document()->dispatchBeforeUnloadEvent(page->chrome(), didAllowNavigation)) in shouldClose()
1176 result->set(m_webView->dispatchBeforeUnloadEvent()); in callShouldCloseOnWebView()
5260 bool should_close = webview()->dispatchBeforeUnloadEvent(); in OnShouldClose()