Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dppapi_plugin_process_host.cc263 CommandLine::StringType plugin_launcher = in Init() local
267 int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF : in Init()
325 if (!plugin_launcher.empty()) in Init()
326 cmd_line->PrependWrapper(plugin_launcher); in Init()
333 bool use_zygote = !is_broker_ && plugin_launcher.empty() && info.is_sandboxed; in Init()
Dplugin_process_host.cc163 CommandLine::StringType plugin_launcher = in Init() local
172 int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF : in Init()
214 if (!plugin_launcher.empty()) in Init()
215 cmd_line->PrependWrapper(plugin_launcher); in Init()