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 353 MatchesPath(path_for_request);
421 bool URLPattern::MatchesPath(const std::string& test) const {
474 && (MatchesPath(StripTrailingWildcard(other.path())) ||
475 other.MatchesPath(StripTrailingWildcard(path())));
484 && MatchesPath(StripTrailingWildcard(other.path()));
url_pattern.h 155 bool MatchesPath(const std::string& test) const;

Completed in 368 milliseconds