Searched refs:AppendArguments (Results 1 – 4 of 4) sorted by relevance
331 TEST(CommandLineTest, AppendArguments) { in TEST() argument337 cl2.AppendArguments(cl1, true); in TEST()346 c1.AppendArguments(c2, true); in TEST()
205 void AppendArguments(const CommandLine& other, bool include_program);
405 void CommandLine::AppendArguments(const CommandLine& other, in AppendArguments() function in base::CommandLine
30 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line, in AppendJavaStringArrayToCommandLine()