OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendArguments
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/
command_line.h
205
void
AppendArguments
(const CommandLine& other, bool include_program);
command_line_unittest.cc
328
// Tests that when
AppendArguments
is called that the program is set correctly
331
TEST(CommandLineTest,
AppendArguments
) {
337
cl2.
AppendArguments
(cl1, true);
346
c1.
AppendArguments
(c2, true);
command_line.cc
401
void CommandLine::
AppendArguments
(const CommandLine& other,
/external/libmojo/base/android/
command_line_android.cc
28
CommandLine::ForCurrentProcess()->
AppendArguments
(extra_command_line,
86
// have to round-trip via
AppendArguments
.
Completed in 178 milliseconds