Searched refs:kHostRules (Results 1 – 5 of 5) sorted by relevance
25 command_line->AppendSwitchASCII(switches::kHostRules, host_rule); in SetUpCommandLine()
43 command_line->AppendSwitchASCII(switches::kHostRules, host_rule); in SetUpCommandLine()
653 if (command_line.HasSwitch(switches::kHostRules)) { in InitAsync()656 command_line.GetSwitchValueASCII(switches::kHostRules)); in InitAsync()
210 extern const char kHostRules[];
733 const char kHostRules[] = "host-rules"; variable