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

  /external/chromium_org/chrome/browser/component_updater/
component_patcher_win.cc 93 base::LaunchOptions launch_options; local
94 launch_options.wait = true;
95 launch_options.job_handle = job;
96 launch_options.start_hidden = true;
103 if (!base::LaunchProcess(setup_path, launch_options, &ph) ||
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 137 base::LaunchOptions launch_options; local
138 launch_options.inherit_handles = true;
139 launch_options.job_handle = job_handle_.Get();
140 if (!base::LaunchProcess(python_command, launch_options, &process_handle_)) {
  /external/chromium_org/chrome/test/ui/
ui_test_suite.cc 69 base::LaunchOptions launch_options; local
70 launch_options.job_handle = job_handle_.Get();
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.cc 48 base::LaunchOptions launch_options; local
50 launch_options.force_breakaway_from_job_ = true;
52 base::LaunchProcess(cmd_line, launch_options, NULL);
  /external/chromium_org/chrome_frame/
test_utils.cc 90 base::LaunchOptions launch_options; local
107 launch_options.wait = true;
108 if (!base::LaunchProcess(registration_command, launch_options,
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 211 base::LaunchOptions launch_options; local
212 launch_options.start_hidden = true;
213 if (!base::LaunchProcess(update_command, launch_options,
command_execute_impl.cc 98 base::LaunchOptions launch_options; local
99 launch_options.start_hidden = true;
101 return base::LaunchProcess(cl, launch_options, NULL);
  /external/chromium_org/chrome/installer/util/
install_util.cc 149 base::LaunchOptions launch_options; local
151 launch_options.force_breakaway_from_job_ = true;
152 if (!base::LaunchProcess(cmd.GetCommandLineString(), launch_options, NULL))

Completed in 425 milliseconds