Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util_unittest.cc346 std::string hash_final = safe_browsing_util::SBFullHashToString(hash_out); in TEST()
Dsafe_browsing_util.h323 std::string SBFullHashToString(const SBFullHash& hash_out);
Dsafe_browsing_util.cc527 std::string SBFullHashToString(const SBFullHash& hash) { in SBFullHashToString() function
Dsafe_browsing_service.cc146 safe_browsing_util::SBFullHashToString(*check.full_hash), in OnSafeBrowsingResult()