Searched refs:MatchesHost (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/
H A Durl_pattern.cc395 bool URLPattern::MatchesHost(const std::string& host) const { function in class:URLPattern
400 return MatchesHost(GURL(test));
403 bool URLPattern::MatchesHost(const GURL& test) const { function in class:URLPattern
526 && (MatchesHost(other.host()) || other.MatchesHost(host()))
536 && MatchesHost(other.host())
565 if (scheme_ != url::kFileScheme && !MatchesHost(test))
H A Durl_pattern.h152 bool MatchesHost(const std::string& test) const;
153 bool MatchesHost(const GURL& test) const;
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.cc407 if (!pattern.MatchesHost(i->host())) {

Completed in 263 milliseconds