OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MakeCmdLine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/
multiprocess_test.cc
18
// 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) {
/external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc
325
virtual CommandLine
MakeCmdLine
(const std::string& procname) OVERRIDE;
497
CommandLine CloudPrintProxyPolicyStartupTest::
MakeCmdLine
(
499
CommandLine cl = MultiProcessTest::
MakeCmdLine
(procname);
Completed in 614 milliseconds