HomeSort by relevance Sort by last modified time
    Searched refs:GetCommandLineString (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/chromium_org/win8/delegate_execute/
delegate_execute_util_unittest.cc 27 EXPECT_EQ(CommandLine::StringType(), cl.GetCommandLineString());
  /external/chromium_org/tools/gn/
ninja_build_writer.cc 73 return WideToUTF8(cmdline.GetCommandLineString());
75 return cmdline.GetCommandLineString();
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 221 AppCommand cmd(cmd_line.GetCommandLineString());
334 AppCommand cmd(cmd_line.GetCommandLineString());
659 uninstall_arguments.GetCommandLineString(), true);
665 DCHECK_EQ(quoted_uninstall_cmd.GetCommandLineString()[0], '"');
675 quoted_uninstall_cmd.GetCommandLineString(), true);
    [all...]
setup_util.cc 70 << new_cl.GetCommandLineString();
74 << new_cl.GetCommandLineString();
  /external/chromium_org/chrome/browser/
chrome_process_finder_win.cc 171 to_send.append(command_line.GetCommandLineString());
chrome_browser_main_win.cc 313 command_line.GetCommandLineString().c_str(),
320 ", command_line: " << command_line.GetCommandLineString();
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 131 base::string16 command_line_string = command_line.GetCommandLineString();
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 68 cl.GetCommandLineString(),
upgrade_util_win.cc 169 base::string16 params(relaunch_cmd.GetCommandLineString());
  /external/chromium_org/chrome/browser/ui/webui/
version_ui.cc 101 WideToUTF16(CommandLine::ForCurrentProcess()->GetCommandLineString()));
  /external/chromium_org/chrome/common/
service_process_util_win.cc 160 autorun_command_line_->GetCommandLineString());
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 147 << uninstall_cmd.GetCommandLineString();
  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 225 AppCommand app_cmd(cmd_line.GetCommandLineString());
251 AppCommand app_cmd(cmd_line.GetCommandLineString());
270 AppCommand app_cmd(cmd_line.GetCommandLineString());
290 AppCommand app_cmd(cmd_line.GetCommandLineString());
install_util.cc 156 if (!base::LaunchProcess(cmd.GetCommandLineString(), launch_options, NULL))
157 PLOG(ERROR) << cmd.GetCommandLineString();
165 CommandLine::StringType params(cmd.GetCommandLineString());
user_experiment.cc 236 VLOG(1) << __FUNCTION__ << " launching " << cmd_line->GetCommandLineString();
500 options.GetCommandLineString().find(L" -- " + url));
google_update_util.cc 83 *cmd_string = cmd.GetCommandLineString();
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_posix.cc 143 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString();
local_test_server_win.cc 197 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString();
  /external/chromium_org/remoting/host/
host_main.cc 111 CommandLine::StringType parameters = command_line.GetCommandLineString();
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 203 SERVICE_ERROR_NORMAL, command_line.GetCommandLineString().c_str(),
255 command_line_.GetCommandLineString().c_str(), NULL,
  /external/chromium_org/base/win/
scoped_process_information_unittest.cc 50 this->MakeCmdLine(main_id, false).GetCommandLineString();
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 234 << uninstall_command.GetCommandLineString();
  /external/chromium_org/cloud_print/common/win/
install_utils.cc 127 uninstall_command.GetCommandLineString().c_str());
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 311 command_line.GetCommandLineString(),
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 100 VLOG(0) << command_line.GetCommandLineString();
143 if (!base::LaunchProcess(command_line.GetCommandLineString(), options,

Completed in 721 milliseconds

12 3 4