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

  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.h 146 static const BlacklistEntry kModuleBlacklist[];
enumerate_modules_model_win.cc 116 const ModuleEnumerator::BlacklistEntry ModuleEnumerator::kModuleBlacklist[] = {
680 for (size_t i = 0; i < arraysize(kModuleBlacklist); ++i) {
683 std::string hashes(kModuleBlacklist[i].filename);
685 GenerateHash(kModuleBlacklist[i].filename, &hash1);
687 GenerateHash(kModuleBlacklist[i].location, &hash2);
689 GenerateHash(kModuleBlacklist[i].desc_or_signer, &hash3);
693 ModuleStatus status = Match(*module, kModuleBlacklist[i]);
697 module->recommended_action = kModuleBlacklist[i].help_tip;
    [all...]

Completed in 202 milliseconds