HomeSort by relevance Sort by last modified time
    Searched defs:host_pattern (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
mock_host_resolver.cc 130 std::string host_pattern; member in struct:net::RuleBasedHostResolverProc::Rule
138 const std::string& host_pattern,
145 host_pattern(host_pattern),
157 void RuleBasedHostResolverProc::AddRule(const std::string& host_pattern,
159 AddRuleForAddressFamily(host_pattern, ADDRESS_FAMILY_UNSPECIFIED,
164 const std::string& host_pattern,
170 Rule rule(Rule::kResolverTypeSystem, host_pattern, address_family, flags,
176 const std::string& host_pattern,
182 DCHECK(!ParseIPLiteralToNumber(host_pattern, &ip_number))
    [all...]
  /external/chromium_org/net/dns/
mock_host_resolver.cc 220 std::string host_pattern; member in struct:net::RuleBasedHostResolverProc::Rule
228 const std::string& host_pattern,
235 host_pattern(host_pattern),
247 void RuleBasedHostResolverProc::AddRule(const std::string& host_pattern,
249 AddRuleForAddressFamily(host_pattern, ADDRESS_FAMILY_UNSPECIFIED,
254 const std::string& host_pattern,
261 host_pattern,
271 const std::string& host_pattern,
277 DCHECK(!ParseIPLiteralToNumber(host_pattern, &ip_number))
    [all...]

Completed in 35 milliseconds