HomeSort by relevance Sort by last modified time
    Searched refs:launch_options (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 193 base::LaunchOptions launch_options; local
194 launch_options.inherit_handles = true;
195 launch_options.job_handle = job_handle_.Get();
196 if (!base::LaunchProcess(python_command, launch_options, &process_handle_)) {
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 116 base::LaunchOptions launch_options; local
117 launch_options.start_hidden = true;
118 if (!base::LaunchProcess(update_command, launch_options,
command_execute_impl.cc 101 base::LaunchOptions launch_options; local
102 launch_options.start_hidden = true;
104 return base::LaunchProcess(cl, launch_options, NULL);
  /external/chromium_org/chrome/installer/util/
google_update_util.cc 258 base::LaunchOptions launch_options; local
259 launch_options.force_breakaway_from_job_ = true;
263 base::LaunchElevatedProcess(cmd, launch_options, NULL);
265 base::LaunchProcess(cmd, launch_options, NULL);
install_util.cc 156 base::LaunchOptions launch_options; local
158 launch_options.force_breakaway_from_job_ = true;
159 if (!base::LaunchProcess(cmd.GetCommandLineString(), launch_options, NULL))
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.cc 49 base::LaunchOptions launch_options; local
51 launch_options.force_breakaway_from_job_ = true;
53 base::LaunchProcess(cmd_line, launch_options, NULL);

Completed in 84 milliseconds