Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Durl_pattern.h155 bool match_all_urls() const { return match_all_urls_; } in match_all_urls()
156 void set_match_all_urls(bool val) { match_all_urls_ = val; } in set_match_all_urls()
212 if (a.match_all_urls_ && b.match_all_urls_) in EffectiveHostCompare()
244 bool match_all_urls_; variable
Durl_pattern.cc82 match_all_urls_(false), in URLPattern()
86 : valid_schemes_(valid_schemes), match_all_urls_(false), in URLPattern()
90 : valid_schemes_(valid_schemes), match_all_urls_(false), in URLPattern()
109 match_all_urls_ = true; in Parse()
222 if (match_all_urls_) in MatchesUrl()
288 if (match_all_urls_) in GetAsString()
338 if (scheme_ != "*" && !match_all_urls_ && IsValidScheme(scheme_)) { in ConvertToExplicitSchemes()