OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GenerateHash
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
sdch_manager.cc
368
GenerateHash
(dictionary_text, &client_hash, &server_hash);
496
void SdchManager::
GenerateHash
(const std::string& dictionary_text,
/external/chromium_org/net/base/
sdch_manager.cc
380
GenerateHash
(dictionary_text, &client_hash, &server_hash);
510
void SdchManager::
GenerateHash
(const std::string& dictionary_text,
/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_org/chrome/browser/
enumerate_modules_model_win.cc
115
// Location must be entered as hashes (see
GenerateHash
). Filename is mandatory.
316
static void
GenerateHash
(const std::string& input, std::string* output) {
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);
[
all
...]
Completed in 643 milliseconds