Searched defs:gpu_launcher (Results 1 - 1 of 1) sorted by path

/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc858 base::CommandLine::StringType gpu_launcher = local
862 int child_flags = gpu_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
903 if (!gpu_launcher.empty())
904 cmd_line->PrependWrapper(gpu_launcher);

Completed in 241 milliseconds