Searched refs:new_command_line (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util.cc18 void SetNewCommandLine(CommandLine* new_command_line) { argument
19 command_line = new_command_line;
H A Dupgrade_util.h52 void SetNewCommandLine(base::CommandLine* new_command_line);
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_policy_browsertest.cc41 CommandLine new_command_line(GetCommandLineForRelaunch());
42 new_command_line.AppendArgPath(test_file_path);
50 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(),
68 CommandLine new_command_line(GetCommandLineForRelaunch());
69 new_command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy);
74 new_command_line.AppendSwitchASCII(
80 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(),
/external/chromium_org/chrome/browser/
H A Dchrome_main_browsertest.cc32 void Relaunch(const CommandLine& new_command_line) { argument
33 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(), NULL);
61 CommandLine new_command_line(GetCommandLineForRelaunch());
62 new_command_line.AppendArgPath(test_file_path);
66 Relaunch(new_command_line);
91 CommandLine new_command_line(GetCommandLineForRelaunch());
92 new_command_line.AppendSwitch(switches::kIncognito);
93 new_command_line.AppendArgPath(test_file_path);
95 Relaunch(new_command_line);
99 Relaunch(new_command_line);
[all...]
H A Dabout_flags_unittest.cc427 CommandLine new_command_line(CommandLine::NO_PROGRAM);
428 ConvertFlagsToSwitches(&flags_storage_, &new_command_line, kAddSentinels);
431 new_command_line, command_line, NULL));
435 new_command_line, command_line, &difference));
443 new_command_line, command_line, NULL));
447 new_command_line, command_line, &difference));
459 new_command_line, another_command_line, NULL));
463 new_command_line, another_command_line, &difference));
/external/chromium_org/chrome/test/base/
H A Dchrome_test_launcher.cc61 CommandLine new_command_line(command_line->GetProgram());
69 new_command_line.AppendSwitchNative((*iter).first, (*iter).second);
72 new_command_line.AppendSwitchPath(switches::kUserDataDir, temp_data_dir);
75 new_command_line.AppendSwitch(switches::kAllowFileAccess);
77 *command_line = new_command_line;
H A Din_process_browser_test.cc362 CommandLine new_command_line(CommandLine::ForCurrentProcess()->GetProgram());
368 new_command_line.AppendSwitch(content::kLaunchAsBrowser);
372 new_command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir);
376 new_command_line.AppendSwitchNative((*iter).first, (*iter).second);
378 return new_command_line;
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc213 CommandLine new_command_line(command_line.GetProgram());
224 new_command_line.AppendSwitchNative((*iter).first, (*iter).second);
232 new_command_line.PrependWrapper(ASCIIToWide(wrapper));
234 new_command_line.PrependWrapper(wrapper);
237 return new_command_line;
529 CommandLine new_command_line(
540 new_command_line,

Completed in 1372 milliseconds