Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_util.cc369 std::string url_unescaped_with_can_hostpath; in CanonicalizeUrl() local
370 url::StdStringCanonOutput output(&url_unescaped_with_can_hostpath); in CanonicalizeUrl()
382 url_unescaped_with_can_hostpath = Unescape(url_unescaped_with_can_hostpath); in CanonicalizeUrl()
386 std::string escaped_canon_url_str(Escape(url_unescaped_with_can_hostpath)); in CanonicalizeUrl()