Home | History | Annotate | Download | only in test

Lines Matching full:commandline

63       : old_command_line_(CommandLine::NO_PROGRAM) {
67 old_command_line_ = *CommandLine::ForCurrentProcess();
71 *CommandLine::ForCurrentProcess() = old_command_line_;
75 CommandLine old_command_line_;
113 CommandLine::Reset();
117 initialized_command_line_ = CommandLine::Init(argc, argv);
128 // Windows CommandLine::Init ignores argv anyway.
129 initialized_command_line_ = CommandLine::Init(argc, NULL);
179 if (!CommandLine::ForCurrentProcess()->HasSwitch(
184 FilePath output_path(CommandLine::ForCurrentProcess()->GetSwitchValuePath(
217 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
284 if (base::CommandLine::ForCurrentProcess()->HasSwitch(
325 !CommandLine::ForCurrentProcess()->HasSwitch("show-error-dialogs")) {