HomeSort by relevance Sort by last modified time
    Searched defs:use_zygote (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/
utility_process_host_impl.cc 262 bool use_zygote = false; local
265 use_zygote = !no_sandbox_ && use_linux_zygote_;
272 use_zygote,
ppapi_plugin_process_host.cc 327 bool use_zygote = !is_broker_ && plugin_launcher.empty() && info.is_sandboxed; local
335 use_zygote,
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 187 bool use_zygote = true; local
196 use_zygote = false;
208 use_zygote = false;
217 use_zygote,

Completed in 428 milliseconds