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

  /external/chromium_org/tools/ipc_fuzzer/
play_testcase.py 66 chrome_command = [
74 chrome_command = ['gdb', '--args'] + chrome_command
86 chrome_command.append(arg)
89 chrome_command.append(switch + '=' + value)
91 command_line = ' '.join(['\'' + arg + '\'' for arg in chrome_command])
94 return subprocess.call(chrome_command)
  /external/chromium_org/chrome/browser/
global_keyboard_shortcuts_mac.h 22 int chrome_command; // The chrome command # to execute for this shortcut. member in struct:KeyboardShortcutData
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 507 CommandLine chrome_command(chrome_exe_path);
515 chrome_command.GetCommandLineString().c_str())))
521 ret = base::LaunchProcess(chrome_command.GetCommandLineString(),
544 CommandLine chrome_command(chrome_exe_path);
547 if (!installer::WMIProcess::Launch(chrome_command.GetCommandLineString(),

Completed in 2637 milliseconds