Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Durl_pattern.cc225 if (!MatchesHost(test)) in MatchesUrl()
241 bool URLPattern::MatchesHost(const std::string& host) const { in MatchesHost() function in URLPattern
246 return MatchesHost(GURL(test)); in MatchesHost()
249 bool URLPattern::MatchesHost(const GURL& test) const { in MatchesHost() function in URLPattern
317 if (!MatchesHost(other.host()) && !other.MatchesHost(host_)) in OverlapsWith()
Durl_pattern.h191 bool MatchesHost(const std::string& test) const;
192 bool MatchesHost(const GURL& test) const;
/external/chromium/chrome/browser/extensions/
Dcrx_installer.cc279 if (!pattern.MatchesHost(patterns[i].host())) { in AllowInstall()