Lines Matching refs:CommandLine
43 class BASE_EXPORT CommandLine {
60 static CommandLine FromArgvWithoutProgram(const StringVector& argv);
63 static CommandLine FromString(StringViewType command_line);
68 explicit CommandLine(NoProgram no_program);
71 explicit CommandLine(const FilePath& program);
74 CommandLine(int argc, const CharType* const* argv);
75 explicit CommandLine(const StringVector& argv);
81 CommandLine(const CommandLine& other);
82 CommandLine& operator=(const CommandLine& other);
84 CommandLine(CommandLine&& other) noexcept;
85 CommandLine& operator=(CommandLine&& other) noexcept;
87 ~CommandLine();
125 static CommandLine* ForCurrentProcess();
221 void CopySwitchesFrom(const CommandLine& source,
237 void AppendArguments(const CommandLine& other, bool include_program);
291 CommandLine() = delete;
327 static CommandLine* current_process_commandline_;
347 CommandLine::StringViewType new_value,
348 CommandLine::StringType& out_value) = 0;