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

  /external/chromium_org/chrome/installer/util/
google_update_util.cc 180 base::LaunchOptions launch_options; local
181 launch_options.force_breakaway_from_job_ = true;
185 base::LaunchElevatedProcess(cmd, launch_options, NULL);
187 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/net/test/spawned_test_server/
local_test_server_win.cc 181 base::LaunchOptions launch_options; local
182 launch_options.inherit_handles = true;
183 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 102 base::LaunchOptions launch_options; local
103 launch_options.start_hidden = true;
105 return base::LaunchProcess(cl, 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 283 milliseconds