Home
last modified time | relevance | path

Searched refs:MatchesHost (Results 1 – 6 of 6) 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_org/extensions/common/
Durl_pattern.cc366 bool URLPattern::MatchesHost(const std::string& host) const { in MatchesHost() function in URLPattern
371 return MatchesHost(GURL(test)); in MatchesHost()
374 bool URLPattern::MatchesHost(const GURL& test) const { in MatchesHost() function in URLPattern
456 && (MatchesHost(other.host()) || other.MatchesHost(host())) in OverlapsWith()
466 && MatchesHost(other.host()) in Contains()
495 if (scheme_ != chrome::kFileScheme && !MatchesHost(test)) in MatchesSecurityOriginHelper()
Durl_pattern.h147 bool MatchesHost(const std::string& test) const;
148 bool MatchesHost(const GURL& test) const;
/external/chromium/chrome/browser/extensions/
Dcrx_installer.cc279 if (!pattern.MatchesHost(patterns[i].host())) { in AllowInstall()
/external/chromium_org/chrome/browser/extensions/
Dcrx_installer.cc407 if (!pattern.MatchesHost(i->host())) { in AllowInstall()