Searched refs:BLACKLISTED (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/common/extensions/
H A Dwebstore_install_result.h53 BLACKLISTED, enumerator in enum:extensions::webstore_install::Result
/external/chromium_org/v8/tools/
H A Dexternal-reference-check.py18 BLACKLISTED = [ variable
37 difference = list(set(declarations) - set(registrations) - set(BLACKLISTED))
/external/chromium_org/chrome/browser/apps/
H A Dinstall_chrome_app.cc99 app_id, ExtensionRegistry::ENABLED | ExtensionRegistry::BLACKLISTED);
H A Dephemeral_app_launcher.cc211 *reason = webstore_install::BLACKLISTED;
337 AbortLaunch(webstore_install::BLACKLISTED, kBlacklistedError);
H A Dephemeral_app_launcher_browsertest.cc462 RunLaunchTest(kDefaultAppId, webstore_install::BLACKLISTED, false);
540 RunLaunchTest(app->id(), webstore_install::BLACKLISTED, false);
H A Dephemeral_app_browsertest.cc866 PromoteEphemeralAppAndVerify(app, ExtensionRegistry::BLACKLISTED);
/external/chromium_org/extensions/browser/
H A Dextension_registry_unittest.cc190 registry.GetExtensionById("enabled", ExtensionRegistry::BLACKLISTED));
202 registry.GetExtensionById("disabled", ExtensionRegistry::BLACKLISTED));
214 registry.GetExtensionById("terminated", ExtensionRegistry::BLACKLISTED));
226 registry.GetExtensionById("blacklisted", ExtensionRegistry::BLACKLISTED));
234 "enabled", ExtensionRegistry::DISABLED | ExtensionRegistry::BLACKLISTED));
H A Dextension_registry.h36 BLACKLISTED = 1 << 3, enumerator in enum:extensions::ExtensionRegistry::IncludeFlag
105 // * blacklisted_extensions() --> ExtensionRegistry::BLACKLISTED
H A Dextension_registry.cc106 if (include_mask & BLACKLISTED) {
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_standalone_installer.cc217 install_result = webstore_install::BLACKLISTED;
H A Dextension_service.cc380 ExtensionRegistry::BLACKLISTED;
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc700 case webstore_install::BLACKLISTED:

Completed in 294 milliseconds