HomeSort by relevance Sort by last modified time
    Searched refs:FastShutdownForPageCount (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/public/browser/
render_process_host.h 161 virtual bool FastShutdownForPageCount(size_t count) = 0;
  /external/chromium_org/content/public/test/
mock_render_process_host.h 70 virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
mock_render_process_host.cc 218 bool MockRenderProcessHost::FastShutdownForPageCount(size_t count) {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 109 virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
render_process_host_impl.cc     [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc     [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 479 web_contents_->GetRenderProcessHost()->FastShutdownForPageCount(1);
    [all...]

Completed in 1810 milliseconds