HomeSort by relevance Sort by last modified time
    Searched refs:match_all_urls_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/extensions/
url_pattern.h 155 bool match_all_urls() const { return match_all_urls_; }
156 void set_match_all_urls(bool val) { match_all_urls_ = val; }
212 if (a.match_all_urls_ && b.match_all_urls_)
244 bool match_all_urls_; member in class:URLPattern
url_pattern.cc 82 match_all_urls_(false),
86 : valid_schemes_(valid_schemes), match_all_urls_(false),
90 : valid_schemes_(valid_schemes), match_all_urls_(false),
109 match_all_urls_ = true;
222 if (match_all_urls_)
288 if (match_all_urls_)
338 if (scheme_ != "*" && !match_all_urls_ && IsValidScheme(scheme_)) {
  /external/chromium_org/extensions/common/
url_pattern.h 118 bool match_all_urls() const { return match_all_urls_; }
175 if (a.match_all_urls_ && b.match_all_urls_)
216 bool match_all_urls_; member in class:URLPattern
url_pattern.cc 114 match_all_urls_(false),
120 match_all_urls_(false),
128 match_all_urls_(false),
257 match_all_urls_ = val;
325 if (match_all_urls_)
349 if (match_all_urls_)
414 if (match_all_urls_) {
507 if (scheme_ != "*" && !match_all_urls_ && IsValidScheme(scheme_)) {

Completed in 47 milliseconds