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

  /external/chromium/net/base/
host_mapping_rules_unittest.cc 20 EXPECT_FALSE(rules.RewriteHost(&host_port));
25 EXPECT_TRUE(rules.RewriteHost(&host_port));
30 EXPECT_TRUE(rules.RewriteHost(&host_port));
35 EXPECT_FALSE(rules.RewriteHost(&host_port));
47 EXPECT_FALSE(rules.RewriteHost(&host_port));
53 EXPECT_TRUE(rules.RewriteHost(&host_port));
59 EXPECT_TRUE(rules.RewriteHost(&host_port));
65 EXPECT_FALSE(rules.RewriteHost(&host_port));
host_mapping_rules.h 24 bool RewriteHost(HostPortPair* host_port) const;
mapped_host_resolver.cc 29 if (rules_.RewriteHost(&host_port))
host_mapping_rules.cc 32 bool HostMappingRules::RewriteHost(HostPortPair* host_port) const {
  /external/chromium_org/net/base/
host_mapping_rules_unittest.cc 20 EXPECT_FALSE(rules.RewriteHost(&host_port));
25 EXPECT_TRUE(rules.RewriteHost(&host_port));
30 EXPECT_TRUE(rules.RewriteHost(&host_port));
35 EXPECT_FALSE(rules.RewriteHost(&host_port));
47 EXPECT_FALSE(rules.RewriteHost(&host_port));
53 EXPECT_TRUE(rules.RewriteHost(&host_port));
59 EXPECT_TRUE(rules.RewriteHost(&host_port));
65 EXPECT_FALSE(rules.RewriteHost(&host_port));
host_mapping_rules.h 24 bool RewriteHost(HostPortPair* host_port) const;
host_mapping_rules.cc 32 bool HostMappingRules::RewriteHost(HostPortPair* host_port) const {
  /external/chromium/net/http/
http_stream_factory.cc 75 host_mapping_rules().RewriteHost(&host_port);
90 if (host_mapping_rules().RewriteHost(endpoint)) {
  /external/chromium_org/net/dns/
mapped_host_resolver.cc 55 if (rules_.RewriteHost(&host_port)) {
  /external/chromium_org/net/http/
http_stream_factory.cc 89 mapping_rules->RewriteHost(&host_port);
105 if (mapping_rules && mapping_rules->RewriteHost(endpoint)) {

Completed in 487 milliseconds