HomeSort by relevance Sort by last modified time
    Searched defs: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
  /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

Completed in 29 milliseconds