Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_util.h225 std::string SBFullHashToString(const SBFullHash& hash_out);
Dsafe_browsing_util_unittest.cc319 std::string hash_final = safe_browsing_util::SBFullHashToString(hash_out); in TEST()
Dsafe_browsing_util.cc515 std::string SBFullHashToString(const SBFullHash& hash) { in SBFullHashToString() function
Ddatabase_manager.cc194 safe_browsing_util::SBFullHashToString(check.full_hashes[i]); in OnSafeBrowsingResult()