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 527 && (MatchesPortPattern(other.port()) || other.MatchesPortPattern(port()))
537 && MatchesPortPattern(other.port())
568 if (!MatchesPortPattern(base::IntToString(test.EffectiveIntPort())))
574 bool URLPattern::MatchesPortPattern(const std::string& port) const {
url_pattern.h 218 bool MatchesPortPattern(const std::string& port) const;

Completed in 278 milliseconds