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

  /external/chromium_org/extensions/common/
url_pattern.cc 366 MatchesPath(path_for_request);
475 bool URLPattern::MatchesPath(const std::string& test) const {
528 && (MatchesPath(StripTrailingWildcard(other.path())) ||
529 other.MatchesPath(StripTrailingWildcard(path())));
538 && MatchesPath(StripTrailingWildcard(other.path()));
url_pattern.h 156 bool MatchesPath(const std::string& test) const;

Completed in 34 milliseconds