CreateHostPrefixCondition  137 chrome/browser/extensions/api/declarative_content/content_condition.cc         url_matcher_condition_factory->CreateHostPrefixCondition(
CreateHostPrefixCondition  134 components/url_matcher/url_matcher.h   URLMatcherCondition CreateHostPrefixCondition(const std::string& prefix);
CreateHostPrefixCondition   46 components/url_matcher/url_matcher_factory.cc     factory_methods_[keys::kHostPrefixKey] = &F::CreateHostPrefixCondition;
CreateHostPrefixCondition  155 components/url_matcher/url_matcher_factory.cc         url_matcher_condition_factory->CreateHostPrefixCondition(
CreateHostPrefixCondition  171 components/url_matcher/url_matcher_unittest.cc             factory.CreateHostPrefixCondition("foo").criterion());
CreateHostPrefixCondition  250 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateHostPrefixCondition(std::string()), url));
CreateHostPrefixCondition  251 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateHostPrefixCondition("www.goog"), url));
CreateHostPrefixCondition  253 components/url_matcher/url_matcher_unittest.cc       Matches(factory.CreateHostPrefixCondition("www.google.com"), url));
CreateHostPrefixCondition  255 components/url_matcher/url_matcher_unittest.cc       Matches(factory.CreateHostPrefixCondition(".www.google.com"), url));
CreateHostPrefixCondition  256 components/url_matcher/url_matcher_unittest.cc   EXPECT_FALSE(Matches(factory.CreateHostPrefixCondition("google.com"), url));
CreateHostPrefixCondition  258 components/url_matcher/url_matcher_unittest.cc       Matches(factory.CreateHostPrefixCondition("www.google.com/"), url));
CreateHostPrefixCondition  259 components/url_matcher/url_matcher_unittest.cc   EXPECT_FALSE(Matches(factory.CreateHostPrefixCondition("webhp"), url));
CreateHostPrefixCondition  609 components/url_matcher/url_matcher_unittest.cc   conditions.insert(factory->CreateHostPrefixCondition("www."));