Searched refs:MatchesHost (Results 1 – 3 of 3) sorted by relevance
225 if (!MatchesHost(test)) in MatchesUrl()241 bool URLPattern::MatchesHost(const std::string& host) const { in MatchesHost() function in URLPattern246 return MatchesHost(GURL(test)); in MatchesHost()249 bool URLPattern::MatchesHost(const GURL& test) const { in MatchesHost() function in URLPattern317 if (!MatchesHost(other.host()) && !other.MatchesHost(host_)) in OverlapsWith()
191 bool MatchesHost(const std::string& test) const;192 bool MatchesHost(const GURL& test) const;
279 if (!pattern.MatchesHost(patterns[i].host())) { in AllowInstall()