HomeSort by relevance Sort by last modified time
    Searched refs:LaunchApp (Results 26 - 28 of 28) sorted by null

12

  /external/chromium/base/
process_util_win.cc 141 bool LaunchApp(const std::wstring& cmdline,
205 bool LaunchApp(const CommandLine& cl,
207 return LaunchApp(cl.command_line_string(), wait,
  /external/chromium/net/socket/
ssl_test_util.cc 270 if (!base::LaunchApp(command_line, false, true, &process_handle_)) {
289 if (!base::LaunchApp(command_line, no_mappings, false, &process_handle_)) {
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 47 if (!base::LaunchApp(cmdline, false, false, &handle)) {

Completed in 56 milliseconds

12