Searched refs:NO_PROGRAM (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/
H A Dcommand_line.h47 enum NoProgram { NO_PROGRAM }; enumerator in enum:base::CommandLine::NoProgram
H A Dcommand_line_unittest.cc197 CommandLine cl(CommandLine::NO_PROGRAM);
335 CommandLine cl2(CommandLine::NO_PROGRAM);
393 scoped_ptr<CommandLine> initial(new CommandLine(CommandLine::NO_PROGRAM));
H A Dcommand_line.cc211 current_process_commandline_ = new CommandLine(NO_PROGRAM);
242 CommandLine cmd(NO_PROGRAM);

Completed in 119 milliseconds