HomeSort by relevance Sort by last modified time
    Searched refs:plugin_launcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 75 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);
plugin_process_host.cc 191 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);

Completed in 191 milliseconds