Home
last modified time | relevance | path

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

/external/chromium/base/
Dcommand_line.cc374 bool include_program) { in AppendArguments() argument
377 DCHECK(include_program ? !other.program().empty() : other.program().empty()); in AppendArguments()
413 bool include_program) { in AppendArguments() argument
416 DCHECK(include_program ? !other.program().empty() : other.program().empty()); in AppendArguments()
418 size_t first_arg = include_program ? 0 : 1; in AppendArguments()
Dcommand_line.h180 bool include_program);