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

/external/libchrome/base/
H A Dcommand_line.cc157 SetProgram(program);
269 SetProgram(argv.empty() ? FilePath() : FilePath(argv[0]));
277 void CommandLine::SetProgram(const FilePath& program) { function in class:base::CommandLine
404 SetProgram(other.GetProgram());

Completed in 102 milliseconds