HomeSort by relevance Sort by last modified time
    Searched refs:NO_PROGRAM (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/
command_line.h 47 enum NoProgram { NO_PROGRAM };
48 explicit CommandLine(NoProgram no_program);
command_line.cc 201 current_process_commandline_ = new CommandLine(NO_PROGRAM);
219 current_process_commandline_ = new CommandLine(NO_PROGRAM);
250 CommandLine cmd(NO_PROGRAM);
command_line_unittest.cc 198 CommandLine cl(CommandLine::NO_PROGRAM);
336 CommandLine cl2(CommandLine::NO_PROGRAM);
395 new CommandLine(CommandLine::NO_PROGRAM));

Completed in 213 milliseconds