Searched refs:DispatchBeforeUnload (Results 1 – 11 of 11) sorted by relevance
70 contents->DispatchBeforeUnload(false); in RunUnloadEventsHelper()298 web_contents->DispatchBeforeUnload(false); in ProcessPendingTabs()
100 contents->DispatchBeforeUnload(false); in RunUnloadEventsHelper()397 contents->DispatchBeforeUnload(false); in ProcessPendingTabs()
116 web_view_->web_contents()->DispatchBeforeUnload(false); in CanClose()
622 window->main_web_contents_->DispatchBeforeUnload(false); in InterceptPageBeforeUnload()898 inspected_web_contents->DispatchBeforeUnload(false); in BeforeUnloadFired()980 main_web_contents_->DispatchBeforeUnload(false); in CloseWindow()
350 virtual void DispatchBeforeUnload(bool for_cross_site_transition) = 0;
272 void DispatchBeforeUnload(bool for_cross_site_transition);
1562 render_frame_host_->DispatchBeforeUnload(true); in UpdateStateForNavigate()
1258 void RenderFrameHostImpl::DispatchBeforeUnload(bool for_cross_site_transition) { in DispatchBeforeUnload() function in content::RenderFrameHostImpl
263 virtual void DispatchBeforeUnload(bool for_cross_site_transition) OVERRIDE; in NON_EXPORTED_BASE()
1130 void WebContentsImpl::DispatchBeforeUnload(bool for_cross_site_transition) { in DispatchBeforeUnload() function in content::WebContentsImpl1131 static_cast<RenderFrameHostImpl*>(GetMainFrame())->DispatchBeforeUnload( in DispatchBeforeUnload()
663 old_web_contents->DispatchBeforeUnload(false); in SwapInternal()