HomeSort by relevance Sort by last modified time
    Searched defs:blacklisted (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/extensions/browser/
extension_registry_unittest.cc 170 scoped_refptr<Extension> blacklisted = local
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))
    [all...]
  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 45 bool blacklisted; member in struct:__anon8687::PasswordInfo
142 EXPECT_EQ(p.blacklisted, form.blacklisted_by_user);
  /external/chromium_org/chrome/browser/extensions/
blacklist.cc 71 // run |callback| with the IDs of those which have been blacklisted.
95 // Definitely not blacklisted. Callback immediately.
101 // Something might be blacklisted, response will come in
171 // with just a "blacklisted" property.
174 std::set<std::string> blacklisted = prefs->GetBlacklistedExtensions(); local
175 for (std::set<std::string>::iterator it = blacklisted.begin();
176 it != blacklisted.end(); ++it) {
196 // safebrowsing for the blacklisted extensions. The set of blacklisted
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller_unittest.cc 238 TEST_F(MediaGalleriesScanResultControllerTest, Blacklisted) {
291 MediaGalleryPrefId blacklisted = gallery_prefs()->AddGalleryByPath( local
292 MakeMediaGalleriesTestingPath("blacklisted"),
294 gallery_prefs()->ForgetGalleryById(blacklisted);
381 // Remove one and then have it blacklisted from prefs.
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 383 // Add the "Hey! You blacklisted this site!" text.
384 views::Label* blacklisted = new views::Label( local
386 blacklisted->SetMultiLine(true);
387 blacklisted->SetFontList(ui::ResourceBundle::GetSharedInstance().GetFontList(
390 layout->AddView(blacklisted);
  /external/chromium_org/components/password_manager/core/browser/
login_database.cc 269 int blacklisted = s.ColumnInt(1); local
271 if (blacklisted) {
664 bool blacklisted, std::vector<PasswordForm*>* forms) const {
675 s.BindInt(0, blacklisted ? 1 : 0);
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe.js 1142 function blacklisted(obj, prop) { function
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 948 milliseconds