Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line_unittest.cc331 TEST(CommandLineTest, AppendArguments) { in TEST() argument
337 cl2.AppendArguments(cl1, true); in TEST()
346 c1.AppendArguments(c2, true); in TEST()
Dcommand_line.h204 void AppendArguments(const CommandLine& other, bool include_program);
Dcommand_line.cc400 void CommandLine::AppendArguments(const CommandLine& other, in AppendArguments() function in base::CommandLine