OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kChildProcessType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/mojo/shell/
switches.cc
11
const char
kChildProcessType
[] = "child-process-type";
switches.h
12
extern const char
kChildProcessType
[];
child_process.cc
24
if (!command_line.HasSwitch(switches::
kChildProcessType
))
29
switches::
kChildProcessType
), &type_as_int));
shell_test_main.cc
19
if (command_line.HasSwitch(switches::
kChildProcessType
)) {
child_process_host.cc
79
switches::
kChildProcessType
, base::IntToString(static_cast<int>(type_)));
Completed in 443 milliseconds