Searched refs:MatchesPortPattern (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/
H A Durl_pattern.cc527 && (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 { function in class:URLPattern
H A Durl_pattern.h218 bool MatchesPortPattern(const std::string& port) const;

Completed in 601 milliseconds