HomeSort by relevance Sort by last modified time
    Searched defs: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)))
  /external/chromium_org/extensions/common/
url_pattern.cc 333 MatchesPath(path_for_request);
401 bool URLPattern::MatchesPath(const std::string& test) const {
454 && (MatchesPath(StripTrailingWildcard(other.path())) ||
455 other.MatchesPath(StripTrailingWildcard(path())));
464 && MatchesPath(StripTrailingWildcard(other.path()));

Completed in 22 milliseconds