Home
last modified time | relevance | path

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

/external/chromium_org/components/url_matcher/
Durl_matcher.cc663 if (!full_url_matcher_.IsEmpty()) { in MatchURL()
664 full_url_matcher_.Match( in MatchURL()
713 full_url_matcher_.IsEmpty() && in IsEmpty()
766 full_url_conditions ? full_url_matcher_ : url_component_matcher_; in UpdateSubstringSetMatcher()
Durl_matcher.h345 SubstringSetMatcher full_url_matcher_; variable