MakeCmdLine       396 base/process/process_util_unittest.cc   EXPECT_TRUE(base::LaunchProcess(MakeCmdLine("SimpleChildProcess"), options,
MakeCmdLine       433 base/process/process_util_unittest.cc   CommandLine cmd_line = MakeCmdLine("TriggerEventChildProcess");
MakeCmdLine        50 base/test/multiprocess_test.cc   return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options);
MakeCmdLine       124 base/test/multiprocess_test.h   virtual CommandLine MakeCmdLine(const std::string& procname);
MakeCmdLine        49 base/win/scoped_process_information_unittest.cc   std::wstring cmd_line = MakeCmdLine(main_id).GetCommandLineString();
MakeCmdLine        65 base/win/startup_information_unittest.cc       MakeCmdLine("FireInheritedEvents").GetCommandLineString();
MakeCmdLine       323 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   virtual CommandLine MakeCmdLine(const std::string& procname) OVERRIDE;
MakeCmdLine       485 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   CommandLine cl = MultiProcessTest::MakeCmdLine(procname);