Searched refs:AppendArg (Results 1 – 11 of 11) sorted by relevance
54 cmd_line.AppendArg("-c"); in TEST()57 cmd_line.AppendArg(python_cmd); in TEST()
350 command_line->AppendArg("--log-to-console"); in AddCommandLineArguments()354 command_line->AppendArg("-f"); in AddCommandLineArguments()356 command_line->AppendArg("--sync"); in AddCommandLineArguments()
343 CommandLine::ForCurrentProcess()->AppendArg(start_url); in OnProfilePrepared()353 CommandLine::ForCurrentProcess()->AppendArg(initial_start_page); in OnProfilePrepared()361 CommandLine::ForCurrentProcess()->AppendArg(kSettingsSyncLoginURL); in OnProfilePrepared()
447 command_line->AppendArg(start_url.spec()); in GetOffTheRecordCommandLine()
347 cmd_line.AppendArg("-c"); in TEST_F()348 cmd_line.AppendArg("import sys; sys.stdout.write('" + message + "');"); in TEST_F()355 other_cmd_line.AppendArg("-c"); in TEST_F()356 other_cmd_line.AppendArg("import sys; sys.stderr.write('Hello!');"); in TEST_F()
132 void AppendArg(const std::string& value);
356 void CommandLine::AppendArg(const std::string& value) { in AppendArg() function in CommandLine
59 cmdline.AppendArg(base::IntToString(iteration)); in RunSlave()
75 new_cmd_line.AppendArg(url); in CommandLineForUrl()
48 cmdline.AppendArg(base::IntToString(action)); in RunSlave()
662 cmd_line->AppendArg(base::StringPrintf("/prefetch:%d", type)); in StartProcessWithAccess()