HomeSort by relevance Sort by last modified time
    Searched defs:MatchesHost (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/
url_pattern.cc 225 if (!MatchesHost(test))
241 bool URLPattern::MatchesHost(const std::string& host) const {
246 return MatchesHost(GURL(test));
249 bool URLPattern::MatchesHost(const GURL& test) const {
317 if (!MatchesHost(other.host()) && !other.MatchesHost(host_))
  /external/chromium_org/extensions/common/
url_pattern.cc 362 bool URLPattern::MatchesHost(const std::string& host) const {
367 return MatchesHost(GURL(test));
370 bool URLPattern::MatchesHost(const GURL& test) const {
452 && (MatchesHost(other.host()) || other.MatchesHost(host()))
462 && MatchesHost(other.host())
491 if (scheme_ != chrome::kFileScheme && !MatchesHost(test))

Completed in 248 milliseconds