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

  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 136 static const BlacklistEntry kModuleBlacklist[];
enumerate_modules_model_win.cc 109 const ModuleEnumerator::BlacklistEntry ModuleEnumerator::kModuleBlacklist[] = {
622 for (size_t i = 0; i < arraysize(kModuleBlacklist); ++i) {
625 std::string hashes(kModuleBlacklist[i].filename);
627 GenerateHash(kModuleBlacklist[i].filename, &hash1);
629 GenerateHash(kModuleBlacklist[i].location, &hash2);
631 GenerateHash(kModuleBlacklist[i].desc_or_signer, &hash3);
635 ModuleStatus status = Match(*module, kModuleBlacklist[i]);
639 module->recommended_action = kModuleBlacklist[i].help_tip;
    [all...]

Completed in 21 milliseconds