Home
last modified time | relevance | path

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

/external/chromium_org/components/url_matcher/
Durl_matcher.cc840 if (!origin_and_path_regex_set_matcher_.IsEmpty()) { in MatchURL()
841 origin_and_path_regex_set_matcher_.Match( in MatchURL()
882 origin_and_path_regex_set_matcher_.IsEmpty() && in IsEmpty()
979 origin_and_path_regex_set_matcher_.ClearPatterns(); in UpdateRegexSetMatcher()
980 origin_and_path_regex_set_matcher_.AddPatterns(new_origin_and_path_patterns); in UpdateRegexSetMatcher()
Durl_matcher.h417 RegexSetMatcher origin_and_path_regex_set_matcher_; variable