Home
last modified time | relevance | path

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

/external/chromium_org/content/public/browser/
Drender_process_host.h176 virtual bool FastShutdownForPageCount(size_t count) = 0;
/external/chromium_org/content/public/test/
Dmock_render_process_host.h74 virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
Dmock_render_process_host.cc243 bool MockRenderProcessHost::FastShutdownForPageCount(size_t count) { in FastShutdownForPageCount() function in content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h118 virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
Drender_process_host_impl.cc1496 bool RenderProcessHostImpl::FastShutdownForPageCount(size_t count) { in FastShutdownForPageCount() function in content::RenderProcessHostImpl
/external/chromium_org/chrome/browser/ui/views/
Dexternal_tab_container_win.cc480 web_contents_->GetRenderProcessHost()->FastShutdownForPageCount(1); in Uninitialize()
/external/chromium/chrome/browser/tabs/
Dtab_strip_model.cc1146 iter->first->FastShutdownForPageCount(iter->second); in InternalCloseTabs()
/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model.cc1212 iter->first->FastShutdownForPageCount(iter->second); in InternalCloseTabs()