Home | History | Annotate | Download | only in common

Lines Matching refs:switches

134   const char *kInvertLoggingSwitch = switches::kEnableLogging;
139 const char *kInvertLoggingSwitch = switches::kDisableLogging;
151 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
225 command_line.GetSwitchValuePath(switches::kLoginProfile);
246 command_line.HasSwitch(switches::kEnableDCHECK) ?
282 if (command_line.HasSwitch(switches::kGuestSession))
298 command_line.HasSwitch(switches::kEnableDCHECK) ?
325 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kNoErrorDialogs))
340 command_line.HasSwitch(switches::kNoErrorDialogs))
345 if (command_line.HasSwitch(switches::kLoggingLevel)) {
347 switches::kLoggingLevel);
364 if (command_line.HasSwitch(switches::kSilentDumpOnDCHECK) &&
365 command_line.HasSwitch(switches::kEnableDCHECK)) {