CreateURLPrefixCondition  168 components/url_matcher/url_matcher.h   URLMatcherCondition CreateURLPrefixCondition(const std::string& prefix);
CreateURLPrefixCondition   61 components/url_matcher/url_matcher_factory.cc     factory_methods_[keys::kURLPrefixKey] = &F::CreateURLPrefixCondition;
CreateURLPrefixCondition  201 components/url_matcher/url_matcher_unittest.cc             factory.CreateURLPrefixCondition("foo").criterion());
CreateURLPrefixCondition  362 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateURLPrefixCondition(std::string()), url));
CreateURLPrefixCondition  364 components/url_matcher/url_matcher_unittest.cc       Matches(factory.CreateURLPrefixCondition("https://www.goog"), url));
CreateURLPrefixCondition  365 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateURLPrefixCondition(
CreateURLPrefixCondition  367 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateURLPrefixCondition(
CreateURLPrefixCondition  369 components/url_matcher/url_matcher_unittest.cc   EXPECT_FALSE(Matches(factory.CreateURLPrefixCondition(
CreateURLPrefixCondition  371 components/url_matcher/url_matcher_unittest.cc   EXPECT_FALSE(Matches(factory.CreateURLPrefixCondition("webhp"), url));
CreateURLPrefixCondition  399 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateURLPrefixCondition(