Home
last modified time | relevance | path

Searched refs:AppendArgs (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dcommand_line.h135 void AppendArgs(const CommandLine& other);
Dcommand_line.cc380 void CommandLine::AppendArgs(const CommandLine& other) { in AppendArgs() function in CommandLine
/external/chromium/chrome/browser/
Dbrowser_main_win.cc234 command_line.AppendArgs(parsed_command_line); in RegisterApplicationRestart()