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

  /external/chromium_org/chrome/browser/extensions/
blacklist_unittest.cc 157 EXPECT_TRUE(prefs()->IsExtensionBlacklisted(a));
158 EXPECT_FALSE(prefs()->IsExtensionBlacklisted(b));
159 EXPECT_FALSE(prefs()->IsExtensionBlacklisted(c));
160 EXPECT_FALSE(prefs()->IsExtensionBlacklisted(d));
webstore_standalone_installer.cc 245 if (ExtensionPrefs::Get(profile_)->IsExtensionBlacklisted(id_)) {
extension_prefs_unittest.cc 891 EXPECT_FALSE(prefs()->IsExtensionBlacklisted(extension_a_->id()));
    [all...]
extension_service.cc     [all...]
extension_service_unittest.cc     [all...]
  /external/chromium_org/extensions/browser/
extension_prefs.h 222 // TODO(oleg): Replace IsExtensionBlacklisted by this method.
305 bool IsExtensionBlacklisted(const std::string& id) const;
extension_prefs.cc 881 bool currently_blacklisted = IsExtensionBlacklisted(extension_id);
901 bool ExtensionPrefs::IsExtensionBlacklisted(const std::string& id) const
    [all...]

Completed in 385 milliseconds