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

  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 106 // Location must be entered as hashes (see GenerateHash). Filename is mandatory.
258 static void GenerateHash(const std::string& input, std::string* output) {
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);
    [all...]
  /external/chromium/net/base/
sdch_manager.h 324 static void GenerateHash(const std::string& dictionary_text,
sdch_manager.cc 368 GenerateHash(dictionary_text, &client_hash, &server_hash);
496 void SdchManager::GenerateHash(const std::string& dictionary_text,
sdch_filter_unittest.cc 80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
    [all...]

Completed in 320 milliseconds