Home
last modified time | relevance | path

Searched refs:SuddenTerminationAllowed (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/public/browser/
Drender_process_host.h196 virtual bool SuddenTerminationAllowed() const = 0;
/external/chromium_org/content/public/test/
Dmock_render_process_host.h68 virtual bool SuddenTerminationAllowed() const OVERRIDE;
Dmock_render_process_host.cc210 bool MockRenderProcessHost::SuddenTerminationAllowed() const { in SuddenTerminationAllowed() function in content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h115 virtual bool SuddenTerminationAllowed() const OVERRIDE;
Drender_view_host_impl.h377 bool SuddenTerminationAllowed() const;
Drender_view_host_impl.cc805 if (SuddenTerminationAllowed()) { in WasSwappedOut()
1186 bool RenderViewHostImpl::SuddenTerminationAllowed() const { in SuddenTerminationAllowed() function in content::RenderViewHostImpl
1188 GetProcess()->SuddenTerminationAllowed(); in SuddenTerminationAllowed()
Drender_process_host_impl.cc1205 if (!SuddenTerminationAllowed()) in FastShutdownIfPossible()
1467 bool RenderProcessHostImpl::SuddenTerminationAllowed() const { in SuddenTerminationAllowed() function in content::RenderProcessHostImpl
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc1002 GetRenderViewHost())->SuddenTerminationAllowed(); in NeedToFireBeforeUnload()