CreateURLMatchesCondition  173 components/url_matcher/url_matcher.h   URLMatcherCondition CreateURLMatchesCondition(const std::string& regex);
CreateURLMatchesCondition   63 components/url_matcher/url_matcher_factory.cc     factory_methods_[keys::kURLMatchesKey] = &F::CreateURLMatchesCondition;
CreateURLMatchesCondition  209 components/url_matcher/url_matcher_unittest.cc             factory.CreateURLMatchesCondition("foo").criterion());
CreateURLMatchesCondition  224 components/url_matcher/url_matcher_unittest.cc   URLMatcherCondition c4 = factory.CreateURLMatchesCondition("www.google.com");
CreateURLMatchesCondition  239 components/url_matcher/url_matcher_unittest.cc   URLMatcherCondition c7 = factory.CreateURLMatchesCondition("www.google.com");
CreateURLMatchesCondition  479 components/url_matcher/url_matcher_unittest.cc   URLMatcherCondition r1 = factory.CreateURLMatchesCondition("/fo?oo");
CreateURLMatchesCondition  550 components/url_matcher/url_matcher_unittest.cc   conditions3.insert(factory->CreateURLMatchesCondition("x.*[0-9]"));