Searched refs:MakeCmdLine (Results 1 – 6 of 6) sorted by relevance
50 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options); in SpawnChildWithOptions()53 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) { in MakeCmdLine() function in base::MultiProcessTest
124 virtual CommandLine MakeCmdLine(const std::string& procname);
65 MakeCmdLine("FireInheritedEvents").GetCommandLineString(); in TEST_F()
49 std::wstring cmd_line = MakeCmdLine(main_id).GetCommandLineString(); in DoCreateProcess()
325 virtual CommandLine MakeCmdLine(const std::string& procname) OVERRIDE;497 CommandLine CloudPrintProxyPolicyStartupTest::MakeCmdLine( in MakeCmdLine() function in CloudPrintProxyPolicyStartupTest499 CommandLine cl = MultiProcessTest::MakeCmdLine(procname); in MakeCmdLine()
394 EXPECT_TRUE(base::LaunchProcess(MakeCmdLine("SimpleChildProcess"), options, in TEST_F()431 CommandLine cmd_line = MakeCmdLine("TriggerEventChildProcess"); in TEST_F()