Searched defs:MakeCmdLine (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/test/
H A Dmultiprocess_test.cc18 // TODO(viettrungluu): See comment above |MakeCmdLine()| in the header file.
19 // This is a temporary hack, since |MakeCmdLine()| has to provide a full
50 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options);
53 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) { function in class:base::MultiProcessTest
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc325 virtual CommandLine MakeCmdLine(const std::string& procname) OVERRIDE;
497 CommandLine CloudPrintProxyPolicyStartupTest::MakeCmdLine( function in class:CloudPrintProxyPolicyStartupTest
499 CommandLine cl = MultiProcessTest::MakeCmdLine(procname);

Completed in 89 milliseconds