MatchesPath       338 extensions/common/url_pattern.cc          MatchesPath(path_for_request);
MatchesPath       459 extensions/common/url_pattern.cc       && (MatchesPath(StripTrailingWildcard(other.path())) ||
MatchesPath       460 extensions/common/url_pattern.cc           other.MatchesPath(StripTrailingWildcard(path())));
MatchesPath       469 extensions/common/url_pattern.cc       && MatchesPath(StripTrailingWildcard(other.path()));
MatchesPath       151 extensions/common/url_pattern.h   bool MatchesPath(const std::string& test) const;