Searched refs:AppendArguments (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/apps/app_host/
H A Dapp_host_main.cc40 chrome_exe_command_line.AppendArguments(
/external/chromium_org/chrome_frame/
H A Dchrome_launcher_utils.cc85 command_line->get()->AppendArguments(additional_params, false);
/external/chromium_org/third_party/libjingle/overrides/
H A Dinitialize_module.cc68 CommandLine::ForCurrentProcess()->AppendArguments(command_line, true);
/external/chromium_org/content/common/android/
H A Dcommand_line.cc27 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line,
72 // have to round-trip via AppendArguments.
/external/chromium_org/content/shell/android/browsertests_apk/
H A Dcontent_browser_tests_android.cc75 command_line->AppendArguments(CommandLine(argc, &argv[0]), false);
/external/chromium/base/
H A Dcommand_line_unittest.cc158 // Tests that when AppendArguments is called that the program is set correctly
161 TEST(CommandLineTest, AppendArguments) {
167 cl2.AppendArguments(cl1, true);
176 c1.AppendArguments(c2, true);
H A Dcommand_line.h139 void AppendArguments(const CommandLine& other,
H A Dcommand_line.cc391 void CommandLine::AppendArguments(const CommandLine& other, function in class:CommandLine
/external/chromium_org/base/
H A Dcommand_line.h145 void AppendArguments(const CommandLine& other, bool include_program);
H A Dcommand_line_unittest.cc304 // Tests that when AppendArguments is called that the program is set correctly
307 TEST(CommandLineTest, AppendArguments) {
313 cl2.AppendArguments(cl1, true);
322 c1.AppendArguments(c2, true);
H A Dcommand_line.cc389 void CommandLine::AppendArguments(const CommandLine& other, function in class:CommandLine
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_win.cc98 setup_path.AppendArguments(cl, false);
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_win.cc73 setup_path.AppendArguments(cl, false);
/external/chromium_org/chrome/installer/util/
H A Dproduct.cc85 cmd.AppendArguments(options, false);
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc143 CommandLine::ForCurrentProcess()->AppendArguments(
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc159 CommandLine::ForCurrentProcess()->AppendArguments(extra_switches,
261 command_line.AppendArguments(parsed_command_line, false);
/external/chromium_org/chrome/test/mini_installer_test/
H A Dinstaller_test_util.cc174 command.AppendArguments(switches.GetSwitches(), false);
/external/chromium_org/chrome_frame/test/
H A Dpolicy_settings_unittest.cc255 new_cmd_line.AppendArguments(additional_params, false);
/external/chromium_org/chrome/test/ui/
H A Dui_test.cc163 command.AppendArguments(launch_arguments_, false);
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc1110 new_cmd.AppendArguments(cmd_line, true);
H A Dinstall_worker.cc720 quoted_uninstall_cmd.AppendArguments(uninstall_arguments, false);
H A Dsetup_main.cc1780 new_cmd.AppendArguments(cmd_line, true);
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_automation.cc403 command.AppendArguments(options.command, true /* include_program */);

Completed in 1824 milliseconds