Home
last modified time | relevance | path

Searched refs:include_program (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dcommand_line.cc392 bool include_program) { in AppendArguments() argument
395 DCHECK(!include_program || !other.GetProgram().empty()); in AppendArguments()
396 if (include_program) in AppendArguments()
406 DCHECK_EQ(include_program, !other.GetProgram().empty()); in AppendArguments()
408 if (include_program) in AppendArguments()
Dcommand_line.h140 bool include_program);