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

/external/chromium_org/base/
H A Dcommand_line.cc161 SetProgram(program);
246 SetProgram(argv.empty() ? FilePath() : FilePath(argv[0]));
297 void CommandLine::SetProgram(const FilePath& program) { function in class:base::CommandLine
408 SetProgram(other.GetProgram());

Completed in 123 milliseconds