CreateHostEqualsCondition 137 components/url_matcher/url_matcher.h URLMatcherCondition CreateHostEqualsCondition(const std::string& str); CreateHostEqualsCondition 45 components/url_matcher/url_matcher_factory.cc factory_methods_[keys::kHostEqualsKey] = &F::CreateHostEqualsCondition; CreateHostEqualsCondition 177 components/url_matcher/url_matcher_unittest.cc factory.CreateHostEqualsCondition("foo").criterion()); CreateHostEqualsCondition 214 components/url_matcher/url_matcher_unittest.cc URLMatcherCondition c1 = factory.CreateHostEqualsCondition("www.google.com"); CreateHostEqualsCondition 215 components/url_matcher/url_matcher_unittest.cc URLMatcherCondition c2 = factory.CreateHostEqualsCondition("www.google.com"); CreateHostEqualsCondition 218 components/url_matcher/url_matcher_unittest.cc URLMatcherCondition c3 = factory.CreateHostEqualsCondition("www.google.de"); CreateHostEqualsCondition 237 components/url_matcher/url_matcher_unittest.cc URLMatcherCondition c6 = factory.CreateHostEqualsCondition("www.google.com"); CreateHostEqualsCondition 273 components/url_matcher/url_matcher_unittest.cc EXPECT_FALSE(Matches(factory.CreateHostEqualsCondition(std::string()), url)); CreateHostEqualsCondition 274 components/url_matcher/url_matcher_unittest.cc EXPECT_FALSE(Matches(factory.CreateHostEqualsCondition("www"), url)); CreateHostEqualsCondition 276 components/url_matcher/url_matcher_unittest.cc Matches(factory.CreateHostEqualsCondition("www.google.com"), url)); CreateHostEqualsCondition 278 components/url_matcher/url_matcher_unittest.cc Matches(factory.CreateHostEqualsCondition("www.google.com/"), url)); CreateHostEqualsCondition 606 components/url_matcher/url_matcher_unittest.cc conditions.insert(factory->CreateHostEqualsCondition("www.google.com"));