HomeSort by relevance Sort by last modified time
    Searched refs:StringToSBFullHash (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/extensions/
fake_safe_browsing_database_manager.cc 78 safe_browsing_util::StringToSBFullHash);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h 322 void StringToSBFullHash(const std::string& hash_in, SBFullHash* hash_out);
safe_browsing_util_unittest.cc 342 safe_browsing_util::StringToSBFullHash(hash_in, &hash_out);
safe_browsing_service_browsertest.cc 276 safe_browsing_util::StringToSBFullHash(full_digest, &full_hash->hash);
331 safe_browsing_util::StringToSBFullHash(digest, &full_hash);
safe_browsing_util.cc 522 void StringToSBFullHash(const std::string& hash_in, SBFullHash* hash_out) {
safe_browsing_service.cc 237 safe_browsing_util::StringToSBFullHash(full_hash, check->full_hash.get());
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.h 370 SBFullHash StringToSBFullHash(const std::string& hash_in);
safe_browsing_util_unittest.cc 341 SBFullHash hash_out = safe_browsing_util::StringToSBFullHash(hash_in);
database_manager.cc 248 1, safe_browsing_util::StringToSBFullHash(full_hash));
274 safe_browsing_util::StringToSBFullHash);
    [all...]
safe_browsing_service_browsertest.cc 356 full_hash->hash = safe_browsing_util::StringToSBFullHash(full_digest);
411 safe_browsing_util::StringToSBFullHash(digest).prefix);
    [all...]
safe_browsing_util.cc 543 SBFullHash StringToSBFullHash(const std::string& hash_in) {

Completed in 782 milliseconds