Searched refs:use_zygote (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/browser/ |
D | child_process_launcher.cc | 79 bool use_zygote, in Launch() 108 use_zygote, in Launch() 191 bool use_zygote, in LaunchInternal() 242 if (use_zygote) { in LaunchInternal() 314 use_zygote, in LaunchInternal() 422 bool use_zygote, in ChildProcessLauncher() 436 use_zygote, in ChildProcessLauncher()
|
D | utility_process_host_impl.cc | 213 bool use_zygote = false; in StartProcess() local 218 use_zygote = !no_sandbox_ && exposed_dir_.empty(); in StartProcess() 225 use_zygote, in StartProcess()
|
D | child_process_launcher.h | 43 bool use_zygote,
|
D | browser_child_process_host_impl.cc | 135 bool use_zygote, in Launch() 167 use_zygote, in Launch()
|
D | browser_child_process_host_impl.h | 49 bool use_zygote,
|
D | ppapi_plugin_process_host.cc | 333 bool use_zygote = !is_broker_ && plugin_launcher.empty() && info.is_sandboxed; in Init() local 341 use_zygote, in Init()
|
/external/chromium_org/content/public/browser/ |
D | browser_child_process_host.h | 50 bool use_zygote,
|
/external/chromium_org/content/browser/worker_host/ |
D | worker_process_host.cc | 166 bool use_zygote = true; in Init() local 175 use_zygote = false; in Init() 187 use_zygote = false; in Init() 196 use_zygote, in Init()
|