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

  /external/chromium/net/base/
mock_host_resolver.cc 114 std::string host_pattern; member in struct:net::RuleBasedHostResolverProc::Rule
120 const std::string& host_pattern,
125 host_pattern(host_pattern),
138 void RuleBasedHostResolverProc::AddRule(const std::string& host_pattern,
140 AddRuleForAddressFamily(host_pattern, ADDRESS_FAMILY_UNSPECIFIED,
145 const std::string& host_pattern,
149 Rule rule(Rule::kResolverTypeSystem, host_pattern,
154 void RuleBasedHostResolverProc::AddIPv6Rule(const std::string& host_pattern,
156 Rule rule(Rule::kResolverTypeIPV6Literal, host_pattern,
    [all...]
mock_host_resolver.h 104 void AddRule(const std::string& host_pattern,
108 void AddRuleForAddressFamily(const std::string& host_pattern,
116 void AddIPv6Rule(const std::string& host_pattern,
119 void AddRuleWithLatency(const std::string& host_pattern,

Completed in 658 milliseconds