Home | History | Annotate | Download | only in common

Lines Matching full:command_line

33 #include "base/command_line.h"
130 LoggingDestination DetermineLogMode(const CommandLine& command_line) {
144 if (command_line.HasSwitch(kInvertLoggingSwitch))
151 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
215 FilePath GetSessionLogFile(const CommandLine& command_line) {
225 command_line.GetSwitchValuePath(switches::kLoginProfile);
231 void RedirectChromeLogging(const CommandLine& command_line) {
237 FilePath log_path = GetSessionLogFile(command_line);
246 command_line.HasSwitch(switches::kEnableDCHECK) ?
253 DetermineLogMode(command_line),
267 void InitChromeLogging(const CommandLine& command_line,
282 if (command_line.HasSwitch(switches::kGuestSession))
283 log_path = GetSessionLogFile(command_line);
298 command_line.HasSwitch(switches::kEnableDCHECK) ?
303 DetermineLogMode(command_line),
340 command_line.HasSwitch(switches::kNoErrorDialogs))
345 if (command_line.HasSwitch(switches::kLoggingLevel)) {
346 std::string log_level = command_line.GetSwitchValueASCII(
364 if (command_line.HasSwitch(switches::kSilentDumpOnDCHECK) &&
365 command_line.HasSwitch(switches::kEnableDCHECK)) {