MatchesHost       412 chrome/browser/extensions/crx_installer.cc         if (!pattern.MatchesHost(i->host())) {
MatchesHost       372 extensions/common/url_pattern.cc   return MatchesHost(GURL(test));
MatchesHost       457 extensions/common/url_pattern.cc       && (MatchesHost(other.host()) || other.MatchesHost(host()))
MatchesHost       467 extensions/common/url_pattern.cc       && MatchesHost(other.host())
MatchesHost       496 extensions/common/url_pattern.cc   if (scheme_ != content::kFileScheme && !MatchesHost(test))
MatchesHost       147 extensions/common/url_pattern.h   bool MatchesHost(const std::string& test) const;
MatchesHost       148 extensions/common/url_pattern.h   bool MatchesHost(const GURL& test) const;