Searched refs:blacklisted (Results 1 - 21 of 21) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DChainStrengthAnalyzer.java51 for (String blacklisted : OID_BLACKLIST) {
52 if (oid.equals(blacklisted)) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertBlacklist.java216 for (byte[] blacklisted : pubkeyBlacklist) {
217 if (Arrays.equals(blacklisted, Hex.encode(out))) {
/external/chromium_org/components/suggestions/
H A Dblacklist_store.cc75 GURL blacklisted(blacklist.urls(0));
76 url->Swap(&blacklisted);
117 // This suggestion is not blacklisted.
H A Dsuggestions_service.cc220 // Extract the blacklisted URL from the blacklist request.
221 std::string blacklisted;
225 &blacklisted))
228 GURL blacklisted_url(blacklisted);
/external/chromium_org/components/password_manager/core/browser/
H A Dlogin_database.h65 // including blacklisted matches. The caller owns |forms| after the call.
141 // Loads all logins whose blacklist setting matches |blacklisted| into
144 bool blacklisted, std::vector<autofill::PasswordForm*>* forms) const;
H A Dlogin_database.cc292 int blacklisted = s.ColumnInt(1); local
294 if (blacklisted) {
736 bool blacklisted, std::vector<PasswordForm*>* forms) const {
748 s.BindInt(0, blacklisted ? 1 : 0);
735 GetAllLoginsWithBlacklistSetting( bool blacklisted, std::vector<PasswordForm*>* forms) const argument
H A Dpassword_syncable_service.cc55 password_specifics.blacklisted() &&
428 new_password.blacklisted_by_user = password.blacklisted();
H A Dpassword_syncable_service_unittest.cc88 expected_password.blacklisted() == actual_password.blacklisted() &&
H A Dpassword_form_manager_unittest.cc210 PasswordForm* CreateSavedMatch(bool blacklisted) { argument
213 match->blacklisted_by_user = blacklisted;
693 // "not blacklisted" message.
702 // password store, and are not blacklisted. AllowPasswordGenerationForForm
703 // should be called to send the "not blacklisted" message.
741 // password store, but they are blacklisted. AllowPasswordGenerationForForm
742 // should not be called and no "not blacklisted" message sent.
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc358 const ModuleEnumerator::BlacklistEntry& blacklisted) {
362 DCHECK(strlen(blacklisted.filename) > 0);
363 DCHECK(!strstr(blacklisted.version_from, " "));
364 DCHECK(!strstr(blacklisted.version_to, " "));
369 if (!(blacklisted.os & XP)) return NOT_MATCHED;
380 if (filename_hash == blacklisted.filename &&
381 (std::string(blacklisted.location).empty() ||
382 location_hash == blacklisted.location)) {
386 Version version_min(blacklisted.version_from);
387 Version version_max(blacklisted
356 Match( const ModuleEnumerator::Module& module, const ModuleEnumerator::BlacklistEntry& blacklisted) argument
[all...]
H A Denumerate_modules_model_win.h124 // A static function that checks whether |module| has been |blacklisted|.
126 const BlacklistEntry& blacklisted);
/external/chromium_org/chrome/browser/extensions/
H A Dblacklist.cc71 // 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/importer/
H A Dfirefox_importer_browsertest.cc46 bool blacklisted; member in struct:__anon4135::PasswordInfo
159 EXPECT_EQ(p.blacklisted, form.blacklisted_by_user);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dmost_visited_page.css184 .blacklisted {
/external/chromium_org/extensions/browser/
H A Dextension_registry_unittest.cc171 scoped_refptr<Extension> blacklisted = local
172 test_util::CreateEmptyExtension("blacklisted");
178 registry.AddBlacklisted(blacklisted);
216 // Blacklisted is part of everything and the blacklisted list.
218 registry.GetExtensionById("blacklisted", ExtensionRegistry::EVERYTHING));
220 registry.GetExtensionById("blacklisted", ExtensionRegistry::ENABLED));
222 registry.GetExtensionById("blacklisted", ExtensionRegistry::DISABLED));
224 registry.GetExtensionById("blacklisted", ExtensionRegistry::TERMINATED));
226 registry.GetExtensionById("blacklisted", ExtensionRegistry::BLACKLISTED));
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_scan_result_controller_unittest.cc291 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/
H A Dmanage_passwords_bubble_view.cc511 // Add the "Hey! You blacklisted this site!" text.
512 views::Label* blacklisted = new views::Label( local
514 blacklisted->SetMultiLine(true);
515 blacklisted->SetFontList(ui::ResourceBundle::GetSharedInstance().GetFontList(
518 layout->AddView(blacklisted);
/external/chromium_org/v8/test/mjsunit/es7/
H A Dobject-observe.js1142 function blacklisted(obj, prop) { function
1151 if (blacklisted(obj, prop)) continue;
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc243 SET_BOOL(blacklisted);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 6655 milliseconds