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

  /external/chromium_org/extensions/common/
url_pattern.cc 453 && (MatchesPortPattern(other.port()) || other.MatchesPortPattern(port()))
463 && MatchesPortPattern(other.port())
494 if (!MatchesPortPattern(base::IntToString(test.EffectiveIntPort())))
500 bool URLPattern::MatchesPortPattern(const std::string& port) const {
url_pattern.h 204 bool MatchesPortPattern(const std::string& port) const;

Completed in 48 milliseconds