Home
last modified time | relevance | path

Searched refs:MatchesSecurityOriginHelper (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/
Durl_pattern.cc336 return MatchesSecurityOriginHelper(*test_url) && in MatchesURL()
356 return MatchesSecurityOriginHelper(*test_url); in MatchesSecurityOrigin()
493 bool URLPattern::MatchesSecurityOriginHelper(const GURL& test) const { in MatchesSecurityOriginHelper() function in URLPattern
Durl_pattern.h202 bool MatchesSecurityOriginHelper(const GURL& test) const;