Home
last modified time | relevance | path

Searched refs:match_subdomains_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/
Durl_pattern.cc83 match_subdomains_(false) {} in URLPattern()
87 match_subdomains_(false) {} in URLPattern()
91 match_subdomains_(false) { in URLPattern()
110 match_subdomains_ = true; in Parse()
166 match_subdomains_ = true; in Parse()
257 if (match_subdomains_ && host_.empty()) in MatchesHost()
261 if (!match_subdomains_) in MatchesHost()
297 if (match_subdomains_) { in GetAsString()
Durl_pattern.h146 bool match_subdomains() const { return match_subdomains_; } in match_subdomains()
147 void set_match_subdomains(bool val) { match_subdomains_ = val; } in set_match_subdomains()
254 bool match_subdomains_; variable