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

/external/chromium_org/base/
H A Dcommand_line.cc154 SetProgram(program);
230 SetProgram(argv.empty() ? FilePath() : FilePath(argv[0]));
281 void CommandLine::SetProgram(const FilePath& program) { function in class:CommandLine
392 SetProgram(other.GetProgram());

Completed in 72 milliseconds