Home
last modified time | relevance | path

Searched refs:hp_replacements (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util.cc311 url_canon::Replacements<char> hp_replacements; in CanonicalizeUrl() local
312 hp_replacements.SetHost(host_without_consecutive_dots.data(), in CanonicalizeUrl()
314 hp_replacements.SetPath(path_without_consecutive_slash.data(), in CanonicalizeUrl()
322 hp_replacements, NULL, &output, &temp_parsed); in CanonicalizeUrl()