Searched refs:MatchesHost (Results 1 – 6 of 6) 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;
366 bool URLPattern::MatchesHost(const std::string& host) const { in MatchesHost() function in URLPattern371 return MatchesHost(GURL(test)); in MatchesHost()374 bool URLPattern::MatchesHost(const GURL& test) const { in MatchesHost() function in URLPattern456 && (MatchesHost(other.host()) || other.MatchesHost(host())) in OverlapsWith()466 && MatchesHost(other.host()) in Contains()495 if (scheme_ != chrome::kFileScheme && !MatchesHost(test)) in MatchesSecurityOriginHelper()
147 bool MatchesHost(const std::string& test) const;148 bool MatchesHost(const GURL& test) const;
279 if (!pattern.MatchesHost(patterns[i].host())) { in AllowInstall()
407 if (!pattern.MatchesHost(i->host())) { in AllowInstall()