HomeSort by relevance Sort by last modified time
    Searched refs:MatchesHost (Results 1 - 3 of 3) 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_))
url_pattern.h 191 bool MatchesHost(const std::string& test) const;
192 bool MatchesHost(const GURL& test) const;
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 279 if (!pattern.MatchesHost(patterns[i].host())) {

Completed in 227 milliseconds