Home
last modified time | relevance | path

Searched refs:host_pattern (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dmock_host_resolver.cc130 std::string host_pattern; member
138 const std::string& host_pattern, in Rule()
145 host_pattern(host_pattern), in Rule()
157 void RuleBasedHostResolverProc::AddRule(const std::string& host_pattern, in AddRule() argument
159 AddRuleForAddressFamily(host_pattern, ADDRESS_FAMILY_UNSPECIFIED, in AddRule()
164 const std::string& host_pattern, in AddRuleForAddressFamily() argument
170 Rule rule(Rule::kResolverTypeSystem, host_pattern, address_family, flags, in AddRuleForAddressFamily()
176 const std::string& host_pattern, in AddIPLiteralRule() argument
182 DCHECK(!ParseIPLiteralToNumber(host_pattern, &ip_number)); in AddIPLiteralRule()
187 Rule rule(Rule::kResolverTypeIPLiteral, host_pattern, in AddIPLiteralRule()
[all …]
Dmock_host_resolver.h110 void AddRule(const std::string& host_pattern,
114 void AddRuleForAddressFamily(const std::string& host_pattern,
123 void AddIPLiteralRule(const std::string& host_pattern,
127 void AddRuleWithLatency(const std::string& host_pattern,