Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Durl_pattern.cc228 if (!MatchesPath(test.PathForRequest())) in MatchesUrl()
280 bool URLPattern::MatchesPath(const std::string& test) const { in MatchesPath() function in URLPattern
328 if (!MatchesPath(other.path().substr(0, other.path().size() - 1)) && in OverlapsWith()
329 !other.MatchesPath(path_.substr(0, path_.size() - 1))) in OverlapsWith()
Durl_pattern.h195 bool MatchesPath(const std::string& test) const;