Lines Matching full:command_line
9 #include "base/command_line.h"
118 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
122 if (command_line.HasSwitch(switches::kLoginProfile)) {
123 profile_dir = command_line.GetSwitchValuePath(switches::kLoginProfile);
144 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
151 if (!command_line.HasSwitch(switches::kTestType) ||
152 command_line.HasSwitch(switches::kLoginProfile)) {
339 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
340 if (!command_line.HasSwitch(switches::kTestType)) {
356 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
360 (!command_line.HasSwitch(switches::kTestType) ||
361 command_line.HasSwitch(switches::kLoginProfile))) {
367 if (!command_line.HasSwitch(switches::kDisableWebResources))
385 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
387 (!command_line.HasSwitch(switches::kTestType) ||
388 command_line.HasSwitch(switches::kLoginProfile))) {