Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Durl_pattern.cc473 bool URLPattern::MatchesHost(base::StringPiece host) const { in MatchesHost() function in URLPattern
478 return MatchesHost( in MatchesHost()
483 bool URLPattern::MatchesHost(const GURL& test) const { in MatchesHost() function in URLPattern
606 && (MatchesHost(other.host()) || other.MatchesHost(host())) in OverlapsWith()
622 MatchesHost(other.host()) && in Contains()
698 !get_intersection(host_, other.host_, &URLPattern::MatchesHost, &host) || in CreateIntersection()
751 if (scheme_ != url::kFileScheme && !MatchesHost(test)) in MatchesSecurityOriginHelper()
H A Durl_pattern.h170 bool MatchesHost(base::StringPiece test) const;
171 bool MatchesHost(const GURL& test) const;
H A Durl_pattern_unittest.cc1078 EXPECT_TRUE(pattern.MatchesHost("ɡoogle.com")); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Durl_pattern.cc481 bool URLPattern::MatchesHost(base::StringPiece host) const { in MatchesHost() function in URLPattern
486 return MatchesHost( in MatchesHost()
491 bool URLPattern::MatchesHost(const GURL& test) const { in MatchesHost() function in URLPattern
615 && (MatchesHost(other.host()) || other.MatchesHost(host())) in OverlapsWith()
631 MatchesHost(other.host()) && in Contains()
707 !get_intersection(host_, other.host_, &URLPattern::MatchesHost, &host) || in CreateIntersection()
760 if (scheme_ != url::kFileScheme && !MatchesHost(test)) in MatchesSecurityOriginHelper()
H A Durl_pattern.h170 bool MatchesHost(base::StringPiece test) const;
171 bool MatchesHost(const GURL& test) const;
H A Durl_pattern_unittest.cc1078 EXPECT_TRUE(pattern.MatchesHost("ɡoogle.com")); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dcrx_installer.cc476 if (!pattern.MatchesHost(i->host())) { in AllowInstall()