Home
last modified time | relevance | path

Searched refs:AppendSwitches (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/
Dcommand_line.h119 void AppendSwitches(const CommandLine& other);
Dcommand_line_unittest.cc118 TEST(CommandLineTest, AppendSwitches) { in TEST() argument
Dcommand_line.cc339 void CommandLine::AppendSwitches(const CommandLine& other) { in AppendSwitches() function in CommandLine
/external/chromium/chrome/browser/
Dbrowser_main_win.cc233 command_line.AppendSwitches(parsed_command_line); in RegisterApplicationRestart()