Searched refs:match_subdomains_ (Results 1 – 2 of 2) sorted by relevance
83 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()
146 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