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

  /external/chromium/chrome/common/extensions/
url_pattern.cc 228 if (!MatchesPath(test.PathForRequest()))
280 bool URLPattern::MatchesPath(const std::string& test) const {
328 if (!MatchesPath(other.path().substr(0, other.path().size() - 1)) &&
329 !other.MatchesPath(path_.substr(0, path_.size() - 1)))
url_pattern.h 195 bool MatchesPath(const std::string& test) const;

Completed in 32 milliseconds