Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dchild_process_launcher.cc66 terminate_child_on_shutdown_ = !CommandLine::ForCurrentProcess()-> in Context()
69 terminate_child_on_shutdown_ = true; in Context()
146 terminate_child_on_shutdown_ = terminate_on_shutdown; in set_terminate_child_on_shutdown()
348 if (!terminate_child_on_shutdown_) in Terminate()
408 bool terminate_child_on_shutdown_; member in content::ChildProcessLauncher::Context