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

/external/chromium_org/extensions/common/
H A Durl_pattern.cc457 && (MatchesPortPattern(other.port()) || other.MatchesPortPattern(port()))
467 && MatchesPortPattern(other.port())
498 if (!MatchesPortPattern(base::IntToString(test.EffectiveIntPort())))
504 bool URLPattern::MatchesPortPattern(const std::string& port) const { function in class:URLPattern

Completed in 185 milliseconds