Home
last modified time | relevance | path

Searched refs:condition_factory_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/url_matcher/
Durl_matcher.cc665 condition_factory_.CanonicalizeURLForFullSearches(url), &matches); in MatchURL()
669 condition_factory_.CanonicalizeURLForComponentSearches(url), &matches); in MatchURL()
673 condition_factory_.CanonicalizeURLForRegexSearches(url), &matches); in MatchURL()
677 condition_factory_.CanonicalizeURLForOriginAndPathRegexSearches(url), in MatchURL()
710 return condition_factory_.IsEmpty() && in IsEmpty()
869 condition_factory_.ForgetUnusedPatterns(used_patterns); in UpdateConditionFactory()
Durl_matcher.h317 return &condition_factory_; in condition_factory()
330 URLMatcherConditionFactory condition_factory_; variable