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

/external/chromium/chrome/common/extensions/
H A Durl_pattern.cc225 if (!MatchesHost(test))
241 bool URLPattern::MatchesHost(const std::string& host) const { function in class:URLPattern
246 return MatchesHost(GURL(test));
249 bool URLPattern::MatchesHost(const GURL& test) const { function in class:URLPattern
317 if (!MatchesHost(other.host()) && !other.MatchesHost(host_))

Completed in 172 milliseconds