OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoProgram
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
command_line.h
47
enum
NoProgram
{ NO_PROGRAM };
48
explicit CommandLine(
NoProgram
no_program);
command_line.cc
152
CommandLine::CommandLine(
NoProgram
) : argv_(1), begin_args_(1) {}
Completed in 282 milliseconds