Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc258 static void GenerateHash(const std::string& input, std::string* output) { in GenerateHash() function
311 GenerateHash(WideToUTF8(module.name), &filename_hash); in Match()
312 GenerateHash(WideToUTF8(module.location), &location_hash); in Match()
343 GenerateHash(WideToUTF8(module.digital_signer), &signer_hash); in Match()
344 GenerateHash(WideToUTF8(module.description), &description_hash); in Match()
627 GenerateHash(kModuleBlacklist[i].filename, &hash1); in MatchAgainstBlacklist()
629 GenerateHash(kModuleBlacklist[i].location, &hash2); in MatchAgainstBlacklist()
631 GenerateHash(kModuleBlacklist[i].desc_or_signer, &hash3); in MatchAgainstBlacklist()
951 GenerateHash(WideToUTF8(module.name), &filename); in ConstructHelpCenterUrl()
952 GenerateHash(WideToUTF8(module.location), &location); in ConstructHelpCenterUrl()
[all …]
/external/chromium/net/base/
Dsdch_manager.cc368 GenerateHash(dictionary_text, &client_hash, &server_hash); in AddSdchDictionary()
496 void SdchManager::GenerateHash(const std::string& dictionary_text, in GenerateHash() function in net::SdchManager
Dsdch_manager.h324 static void GenerateHash(const std::string& dictionary_text,
Dsdch_filter_unittest.cc80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash); in NewSdchCompressedData()
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash); in TEST_F()