CanonicalizeHostname  266 components/url_matcher/url_matcher.cc   return kBeginningOfURL + CanonicalizeHostname(url.host()) + kEndOfDomain +
CanonicalizeHostname  274 components/url_matcher/url_matcher.cc       kBeginningOfURL + CanonicalizeHostname(prefix));
CanonicalizeHostname  291 components/url_matcher/url_matcher.cc       kBeginningOfURL + CanonicalizeHostname(str) + kEndOfDomain);
CanonicalizeHostname  369 components/url_matcher/url_matcher.cc       kBeginningOfURL + CanonicalizeHostname(host) + kEndOfDomain +
CanonicalizeHostname  194 components/url_matcher/url_matcher.h   std::string CanonicalizeHostname(const std::string& hostname) const;