Home | History | Annotate | Download | only in browser

Lines Matching refs:blacklisted

170   scoped_refptr<Extension> blacklisted =
171 test_util::CreateExtensionWithID("blacklisted");
177 registry.AddBlacklisted(blacklisted);
189 registry.GetExtensionById("enabled", ExtensionRegistry::BLACKLISTED));
201 registry.GetExtensionById("disabled", ExtensionRegistry::BLACKLISTED));
213 registry.GetExtensionById("terminated", ExtensionRegistry::BLACKLISTED));
215 // Blacklisted is part of everything and the blacklisted list.
217 registry.GetExtensionById("blacklisted", ExtensionRegistry::EVERYTHING));
219 registry.GetExtensionById("blacklisted", ExtensionRegistry::ENABLED));
221 registry.GetExtensionById("blacklisted", ExtensionRegistry::DISABLED));
223 registry.GetExtensionById("blacklisted", ExtensionRegistry::TERMINATED));
225 registry.GetExtensionById("blacklisted", ExtensionRegistry::BLACKLISTED));
233 "enabled", ExtensionRegistry::DISABLED | ExtensionRegistry::BLACKLISTED));