CreateHostSuffixCondition  135 components/url_matcher/url_matcher.h   URLMatcherCondition CreateHostSuffixCondition(const std::string& suffix);
CreateHostSuffixCondition   47 components/url_matcher/url_matcher_factory.cc     factory_methods_[keys::kHostSuffixKey] = &F::CreateHostSuffixCondition;
CreateHostSuffixCondition  173 components/url_matcher/url_matcher_unittest.cc             factory.CreateHostSuffixCondition("foo").criterion());
CreateHostSuffixCondition  261 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateHostSuffixCondition(std::string()), url));
CreateHostSuffixCondition  262 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateHostSuffixCondition("com"), url));
CreateHostSuffixCondition  263 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateHostSuffixCondition(".com"), url));
CreateHostSuffixCondition  265 components/url_matcher/url_matcher_unittest.cc       Matches(factory.CreateHostSuffixCondition("www.google.com"), url));
CreateHostSuffixCondition  267 components/url_matcher/url_matcher_unittest.cc       Matches(factory.CreateHostSuffixCondition(".www.google.com"), url));
CreateHostSuffixCondition  268 components/url_matcher/url_matcher_unittest.cc   EXPECT_FALSE(Matches(factory.CreateHostSuffixCondition("www"), url));
CreateHostSuffixCondition  270 components/url_matcher/url_matcher_unittest.cc       Matches(factory.CreateHostSuffixCondition("www.google.com/"), url));
CreateHostSuffixCondition  271 components/url_matcher/url_matcher_unittest.cc   EXPECT_FALSE(Matches(factory.CreateHostSuffixCondition("webhp"), url));
CreateHostSuffixCondition  410 components/url_matcher/url_matcher_unittest.cc   URLMatcherCondition m1 = factory.CreateHostSuffixCondition("example.com");
CreateHostSuffixCondition  430 components/url_matcher/url_matcher_unittest.cc   URLMatcherCondition m1 = factory.CreateHostSuffixCondition("example.com");
CreateHostSuffixCondition  520 components/url_matcher/url_matcher_unittest.cc   conditions1.insert(factory->CreateHostSuffixCondition("example.com"));
CreateHostSuffixCondition  533 components/url_matcher/url_matcher_unittest.cc   conditions2.insert(factory->CreateHostSuffixCondition("example.com"));
CreateHostSuffixCondition  544 components/url_matcher/url_matcher_unittest.cc   int patternId1 = factory->CreateHostSuffixCondition(
CreateHostSuffixCondition  549 components/url_matcher/url_matcher_unittest.cc   conditions3.insert(factory->CreateHostSuffixCondition("example.com"));
CreateHostSuffixCondition  585 components/url_matcher/url_matcher_unittest.cc   int patternId2 = factory->CreateHostSuffixCondition(
CreateHostSuffixCondition  612 components/url_matcher/url_matcher_unittest.cc   conditions.insert(factory->CreateHostSuffixCondition("com"));