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

  /external/chromium/chrome/browser/first_run/
upgrade_util.cc 18 void SetNewCommandLine(CommandLine* new_command_line) {
19 command_line = new_command_line;
upgrade_util.h 13 void SetNewCommandLine(CommandLine* new_command_line);
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 93 CommandLine new_command_line = CommandLine::FromString(hacked_command_line); local
96 new_command_line.AppendSwitch(kSlave);
99 new_command_line.AppendSwitchASCII(kPipe, WideToASCII(pipe_number));
100 if (!base::LaunchApp(new_command_line, false, false, NULL)) {
  /external/chromium/chrome/browser/
browser_main.cc 842 CommandLine new_command_line = parameters.command_line_; local
    [all...]

Completed in 150 milliseconds