Lines Matching full:command_line
9 #include "base/command_line.h"
70 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
75 if (command_line.HasSwitch(switches::kHostResolverParallelism)) {
77 command_line.GetSwitchValueASCII(switches::kHostResolverParallelism);
128 if (command_line.HasSwitch(switches::kDnsServer)) {
130 command_line.GetSwitchValueASCII(switches::kDnsServer);
145 if (!command_line.HasSwitch(switches::kEnableIPv6)) {
146 if (command_line.HasSwitch(switches::kDisableIPv6)) {
161 if (!command_line.HasSwitch(switches::kHostResolverRules))
167 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
648 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
654 command_line);