HomeSort by relevance Sort by last modified time
    Searched refs:AddRule (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/base/
net_test_suite.h 33 host_resolver_proc_->AddRule("*", "127.0.0.1");
mock_host_resolver.h 25 // host_resolver->rules()->AddRule("foo.com", "1.2.3.4");
26 // host_resolver->rules()->AddRule("bar.com", "2.3.4.5");
29 // literals. The first parameter to AddRule specifies a host pattern to match
33 // host_mapper->AddRule("*.com", "127.0.0.1");
104 void AddRule(const std::string& host_pattern,
107 // Same as AddRule(), but further restricts to |address_family|.
112 // Same as AddRule(), but the replacement is expected to be an IPV6 literal.
113 // You should use this in place of AddRule(), since the system's host resolver
mock_host_resolver.cc 79 catchall->AddRule("*", "127.0.0.1");
138 void RuleBasedHostResolverProc::AddRule(const std::string& host_pattern,
host_resolver_impl_unittest.cc 206 resolver_proc->AddRule("just.testing", "192.168.1.42");
236 resolver_proc->AddRule("just.testing", "192.168.1.42");
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 92 host_resolver->rules()->AddRule("google.com", "192.168.1.1");
  /external/v8/tools/
test.py 1002 def AddRule(self, rule):
1055 current_section.AddRule(Rule(rule_match.group(1), path, value))
    [all...]

Completed in 880 milliseconds