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

  /external/chromium_org/extensions/common/
url_pattern.h 123 bool match_all_urls() const { return match_all_urls_; }
180 if (a.match_all_urls_ && b.match_all_urls_)
218 bool match_all_urls_; member in class:URLPattern
url_pattern.cc 125 match_all_urls_(false),
131 match_all_urls_(false),
139 match_all_urls_(false),
277 match_all_urls_ = val;
345 if (match_all_urls_)
369 if (match_all_urls_)
434 if (match_all_urls_) {
527 if (scheme_ != "*" && !match_all_urls_ && IsValidScheme(scheme_)) {

Completed in 118 milliseconds