Searched defs:include_program (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dcommand_line.cc392 bool include_program) {
394 // Verify include_program is used correctly.
395 DCHECK(!include_program || !other.GetProgram().empty());
396 if (include_program)
404 // Verify include_program is used correctly.
406 DCHECK_EQ(include_program, !other.GetProgram().empty());
408 if (include_program)
391 AppendArguments(const CommandLine& other, bool include_program) argument

Completed in 61 milliseconds