Home
last modified time | relevance | path

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

/external/chromium_org/content/public/test/
Dmock_render_process_host.cc118 bool MockRenderProcessHost::FastShutdownIfPossible() { in FastShutdownIfPossible() function in content::MockRenderProcessHost
245 return FastShutdownIfPossible(); in FastShutdownForPageCount()
Dmock_render_process_host.h54 virtual bool FastShutdownIfPossible() OVERRIDE;
/external/chromium_org/content/test/
Dcontent_browser_test.cc141 i.GetCurrentValue()->FastShutdownIfPossible(); in RunTestOnMainThreadLoop()
/external/chromium_org/content/public/browser/
Drender_process_host.h116 virtual bool FastShutdownIfPossible() = 0;
/external/chromium/chrome/browser/
Dbrowser_shutdown.cc104 if (!i.GetCurrentValue()->FastShutdownIfPossible()) in OnShutdownStarting()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h99 virtual bool FastShutdownIfPossible() OVERRIDE;
Drender_process_host_impl.cc1188 bool RenderProcessHostImpl::FastShutdownIfPossible() { in FastShutdownIfPossible() function in content::RenderProcessHostImpl
1498 return FastShutdownIfPossible(); in FastShutdownForPageCount()
/external/chromium_org/chrome/browser/
Dbrowser_shutdown.cc115 if (!i.GetCurrentValue()->FastShutdownIfPossible()) in OnShutdownStarting()