Searched refs:CreateURLMatchesCondition (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/url_matcher/
H A Durl_matcher_factory.cc63 factory_methods_[keys::kURLMatchesKey] = &F::CreateURLMatchesCondition;
H A Durl_matcher_unittest.cc209 factory.CreateURLMatchesCondition("foo").criterion());
224 URLMatcherCondition c4 = factory.CreateURLMatchesCondition("www.google.com");
239 URLMatcherCondition c7 = factory.CreateURLMatchesCondition("www.google.com");
479 URLMatcherCondition r1 = factory.CreateURLMatchesCondition("/fo?oo");
827 conditions3.insert(factory->CreateURLMatchesCondition("x.*[0-9]"));
H A Durl_matcher.h162 // Canonicalizes a URL for "CreateURLMatchesCondition" searches.
173 URLMatcherCondition CreateURLMatchesCondition(const std::string& regex);
H A Durl_matcher.cc452 URLMatcherCondition URLMatcherConditionFactory::CreateURLMatchesCondition( function in class:url_matcher::URLMatcherConditionFactory

Completed in 369 milliseconds