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

  /external/chromium_org/content/public/test/
mock_render_process_host.cc 27 fast_shutdown_started_(false),
109 // We aren't actually going to do anything, but set |fast_shutdown_started_|
111 fast_shutdown_started_ = true;
116 return fast_shutdown_started_;
mock_render_process_host.h 122 bool fast_shutdown_started_; member in class:content::MockRenderProcessHost
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 272 bool fast_shutdown_started_; member in class:content::RenderProcessHostImpl
render_process_host_impl.cc 435 : fast_shutdown_started_(false),
633 fast_shutdown_started_ = false;
    [all...]

Completed in 1100 milliseconds