Home
last modified time | relevance | path

Searched refs:AppendArguments (Results 1 – 4 of 4) 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.h205 void AppendArguments(const CommandLine& other, bool include_program);
Dcommand_line.cc401 void CommandLine::AppendArguments(const CommandLine& other, in AppendArguments() function in base::CommandLine
/external/libmojo/base/android/
Dcommand_line_android.cc28 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line, in AppendJavaStringArrayToCommandLine()