Lines Matching refs:CommandLine
32 class BASE_EXPORT CommandLine {
47 explicit CommandLine(NoProgram no_program);
50 explicit CommandLine(const FilePath& program);
53 CommandLine(int argc, const CharType* const* argv);
54 explicit CommandLine(const StringVector& argv);
57 CommandLine(const CommandLine& other);
58 CommandLine& operator=(const CommandLine& other);
60 ~CommandLine();
98 static CommandLine* ForCurrentProcess();
104 static CommandLine FromString(const string16& command_line);
187 void CopySwitchesFrom(const CommandLine& source,
204 void AppendArguments(const CommandLine& other, bool include_program);
218 CommandLine() = delete;
233 static CommandLine* current_process_commandline_;