Searched refs:GenerateHash (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc106 // Location must be entered as hashes (see GenerateHash). Filename is mandatory.
258 static void GenerateHash(const std::string& input, std::string* output) { function
311 GenerateHash(WideToUTF8(module.name), &filename_hash);
312 GenerateHash(WideToUTF8(module.location), &location_hash);
343 GenerateHash(WideToUTF8(module.digital_signer), &signer_hash);
344 GenerateHash(WideToUTF8(module.description), &description_hash);
627 GenerateHash(kModuleBlacklist[i].filename, &hash1);
629 GenerateHash(kModuleBlacklist[i].location, &hash2);
631 GenerateHash(kModuleBlacklist[i].desc_or_signer, &hash3);
951 GenerateHash(WideToUTF
[all...]
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc115 // Location must be entered as hashes (see GenerateHash). Filename is mandatory.
316 static void GenerateHash(const std::string& input, std::string* output) { function
378 GenerateHash(WideToUTF8(module.name), &filename_hash);
379 GenerateHash(WideToUTF8(module.location), &location_hash);
407 GenerateHash(WideToUTF8(module.digital_signer), &signer_hash);
408 GenerateHash(WideToUTF8(module.description), &description_hash);
687 GenerateHash(kModuleBlacklist[i].filename, &hash1);
689 GenerateHash(kModuleBlacklist[i].location, &hash2);
691 GenerateHash(kModuleBlacklist[i].desc_or_signer, &hash3);
1059 GenerateHash(WideToUTF
[all...]
/external/chromium/net/base/
H A Dsdch_manager.h324 static void GenerateHash(const std::string& dictionary_text,
H A Dsdch_manager.cc368 GenerateHash(dictionary_text, &client_hash, &server_hash);
496 void SdchManager::GenerateHash(const std::string& dictionary_text, function in class:net::SdchManager
H A Dsdch_filter_unittest.cc80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
/external/chromium_org/net/base/
H A Dsdch_manager.h323 static void GenerateHash(const std::string& dictionary_text,
H A Dsdch_manager.cc380 GenerateHash(dictionary_text, &client_hash, &server_hash);
510 void SdchManager::GenerateHash(const std::string& dictionary_text, function in class:net::SdchManager
H A Dsdch_filter_unittest.cc74 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
89 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);

Completed in 216 milliseconds