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

  /external/chromium_org/extensions/common/
url_pattern.h 151 bool MatchesHost(const std::string& test) const;
152 bool MatchesHost(const GURL& test) const;
url_pattern.cc 382 bool URLPattern::MatchesHost(const std::string& host) const {
387 return MatchesHost(GURL(test));
390 bool URLPattern::MatchesHost(const GURL& test) const {
472 && (MatchesHost(other.host()) || other.MatchesHost(host()))
482 && MatchesHost(other.host())
511 if (scheme_ != url::kFileScheme && !MatchesHost(test))
  /external/chromium_org/chrome/browser/extensions/
crx_installer.cc 410 if (!pattern.MatchesHost(i->host())) {
    [all...]

Completed in 734 milliseconds