HomeSort by relevance Sort by last modified time
    Searched refs:match_all_urls_ (Results 1 - 2 of 2) 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_)) {

Completed in 92 milliseconds