Searched refs:AppendArguments (Results 1 – 3 of 3) sorted by relevance
331 TEST(CommandLineTest, AppendArguments) { in TEST() argument337 cl2.AppendArguments(cl1, true); in TEST()346 c1.AppendArguments(c2, true); in TEST()
204 void AppendArguments(const CommandLine& other, bool include_program);
400 void CommandLine::AppendArguments(const CommandLine& other, in AppendArguments() function in base::CommandLine