OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestChildProcess
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/
base_switches.cc
47
const char
kTestChildProcess
[] = "test-child-process";
base_switches.h
24
extern const char
kTestChildProcess
[];
/external/libchrome/base/test/
multiprocess_test.cc
24
if (!command_line.HasSwitch(switches::
kTestChildProcess
))
25
command_line.AppendSwitchASCII(switches::
kTestChildProcess
, procname);
58
command_line.AppendSwitchASCII(switches::
kTestChildProcess
, procname);
multiprocess_test_android.cc
68
if (!command_line->HasSwitch(switches::
kTestChildProcess
))
69
command_line->AppendSwitchASCII(switches::
kTestChildProcess
, procname);
Completed in 127 milliseconds