Searched refs:AppendSwitches (Results 1 – 4 of 4) sorted by relevance
119 void AppendSwitches(const CommandLine& other);
118 TEST(CommandLineTest, AppendSwitches) { in TEST() argument
339 void CommandLine::AppendSwitches(const CommandLine& other) { in AppendSwitches() function in CommandLine
233 command_line.AppendSwitches(parsed_command_line); in RegisterApplicationRestart()