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 213 bool use_zygote = false; local
218 use_zygote = !no_sandbox_ && exposed_dir_.empty();
225 use_zygote,
ppapi_plugin_process_host.cc 333 bool use_zygote = !is_broker_ && plugin_launcher.empty() && info.is_sandboxed; local
341 use_zygote,
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 166 bool use_zygote = true; local
175 use_zygote = false;
187 use_zygote = false;
196 use_zygote,

Completed in 610 milliseconds