Searched defs:match_subdomains_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Durl_pattern.h146 bool match_subdomains() const { return match_subdomains_; }
147 void set_match_subdomains(bool val) { match_subdomains_ = val; }
254 bool match_subdomains_; member in class:URLPattern

Completed in 128 milliseconds