Home
last modified time | relevance | path

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

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