Lines Matching refs:CommandLine
68 : old_command_line_(CommandLine::NO_PROGRAM) {
72 old_command_line_ = *CommandLine::ForCurrentProcess();
76 *CommandLine::ForCurrentProcess() = old_command_line_;
80 CommandLine old_command_line_;
108 CommandLine::Reset();
118 initialized_command_line_ = CommandLine::Init(argc, argv);
166 if (!CommandLine::ForCurrentProcess()->HasSwitch(
171 FilePath output_path(CommandLine::ForCurrentProcess()->GetSwitchValuePath(
204 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
289 !CommandLine::ForCurrentProcess()->HasSwitch("show-error-dialogs")) {