Home
last modified time | relevance | path

Searched refs:MakeCmdLine (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/base/test/
Dmultiprocess_test.cc50 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options); in SpawnChildWithOptions()
53 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) { in MakeCmdLine() function in base::MultiProcessTest
Dmultiprocess_test.h124 virtual CommandLine MakeCmdLine(const std::string& procname);
/external/chromium_org/base/win/
Dstartup_information_unittest.cc65 MakeCmdLine("FireInheritedEvents").GetCommandLineString(); in TEST_F()
Dscoped_process_information_unittest.cc49 std::wstring cmd_line = MakeCmdLine(main_id).GetCommandLineString(); in DoCreateProcess()
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc325 virtual CommandLine MakeCmdLine(const std::string& procname) OVERRIDE;
497 CommandLine CloudPrintProxyPolicyStartupTest::MakeCmdLine( in MakeCmdLine() function in CloudPrintProxyPolicyStartupTest
499 CommandLine cl = MultiProcessTest::MakeCmdLine(procname); in MakeCmdLine()
/external/chromium_org/base/process/
Dprocess_util_unittest.cc394 EXPECT_TRUE(base::LaunchProcess(MakeCmdLine("SimpleChildProcess"), options, in TEST_F()
431 CommandLine cmd_line = MakeCmdLine("TriggerEventChildProcess"); in TEST_F()