Lines Matching refs:switches
134 const char *kInvertLoggingSwitch = switches::kEnableLogging;
138 const char *kInvertLoggingSwitch = switches::kDisableLogging;
149 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
207 } else if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) {
210 if (command_line.HasSwitch(switches::kMultiProfiles)) {
214 command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile));
218 command_line.GetSwitchValuePath(chromeos::switches::kLoginProfile);
226 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles) &&
247 command_line.HasSwitch(switches::kEnableDCHECK) ?
288 if (command_line.HasSwitch(chromeos::switches::kGuestSession))
307 command_line.HasSwitch(switches::kEnableDCHECK) ?
336 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kNoErrorDialogs))
351 command_line.HasSwitch(switches::kNoErrorDialogs))
356 if (command_line.HasSwitch(switches::kLoggingLevel)) {
358 switches::kLoggingLevel);
374 if (command_line.HasSwitch(switches::kSilentDumpOnDCHECK) &&
375 command_line.HasSwitch(switches::kEnableDCHECK)) {