Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dcommand_line.h156 void AppendArguments(const CommandLine& other, bool include_program);
Dcommand_line.cc406 bool include_program) { in AppendArguments() argument
407 if (include_program) in AppendArguments()