Searched defs:plugin_launcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dplugin_process_host.cc191 base::CommandLine::StringType plugin_launcher = local
200 int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
242 if (!plugin_launcher.empty())
243 cmd_line->PrependWrapper(plugin_launcher);
H A Dppapi_plugin_process_host.cc75 base::CommandLine::StringType plugin_launcher = browser_command_line variable
77 return !is_broker_ && plugin_launcher.empty() && info_.is_sandboxed;
294 base::CommandLine::StringType plugin_launcher = local
298 int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
356 if (!plugin_launcher.empty())
357 cmd_line->PrependWrapper(plugin_launcher);

Completed in 77 milliseconds