Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util.cc317 std::string url_unescaped_with_can_hostpath; in CanonicalizeUrl() local
318 url_canon::StdStringCanonOutput output(&url_unescaped_with_can_hostpath); in CanonicalizeUrl()
326 url_unescaped_with_can_hostpath = Unescape(url_unescaped_with_can_hostpath); in CanonicalizeUrl()
330 std::string escaped_canon_url_str(Escape(url_unescaped_with_can_hostpath)); in CanonicalizeUrl()