Searched refs:new_command_line (Results 1 – 4 of 4) sorted by relevance
93 CommandLine new_command_line = CommandLine::FromString(hacked_command_line); in LaunchSlave() local96 new_command_line.AppendSwitch(kSlave); in LaunchSlave()99 new_command_line.AppendSwitchASCII(kPipe, WideToASCII(pipe_number)); in LaunchSlave()100 if (!base::LaunchApp(new_command_line, false, false, NULL)) { in LaunchSlave()
18 void SetNewCommandLine(CommandLine* new_command_line) { in SetNewCommandLine() argument19 command_line = new_command_line; in SetNewCommandLine()
13 void SetNewCommandLine(CommandLine* new_command_line);
842 CommandLine new_command_line = parameters.command_line_; in CreateProfile() local843 new_command_line.AppendSwitchPath(switches::kUserDataDir, in CreateProfile()845 base::LaunchApp(new_command_line, false, false, NULL); in CreateProfile()