HomeSort by relevance Sort by last modified time
    Searched full:blacklist (Results 76 - 100 of 322) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 66 blacklist = set([
93 if m in blacklist:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 66 blacklist = set([
93 if m in blacklist:
  /external/chromium_org/chrome/browser/history/
top_sites.h 112 // Returns true if there is at least one item in the blacklist.
115 // Add a URL to the blacklist. Should be called from the UI thread.
118 // Removes a URL from the blacklist. Should be called from the UI thread.
125 // Clear the blacklist. Should be called from the UI thread.
top_sites_impl.cc 422 const DictionaryValue* blacklist = local
424 return blacklist && !blacklist->empty();
434 DictionaryValue* blacklist = update.Get(); local
435 blacklist->SetWithoutPathExpansion(GetURLHash(url), dummy);
447 DictionaryValue* blacklist = update.Get(); local
448 blacklist->RemoveWithoutPathExpansion(GetURLHash(url), NULL);
456 const DictionaryValue* blacklist = local
458 return blacklist && blacklist->HasKey(GetURLHash(url))
466 DictionaryValue* blacklist = update.Get(); local
819 const DictionaryValue* blacklist = local
    [all...]
top_sites_likely_impl.cc 423 const DictionaryValue* blacklist = local
425 return blacklist && !blacklist->empty();
435 DictionaryValue* blacklist = update.Get(); local
436 blacklist->SetWithoutPathExpansion(GetURLHash(url), dummy);
448 DictionaryValue* blacklist = update.Get(); local
449 blacklist->RemoveWithoutPathExpansion(GetURLHash(url), NULL);
457 const DictionaryValue* blacklist = local
459 return blacklist && blacklist->HasKey(GetURLHash(url))
467 DictionaryValue* blacklist = update.Get(); local
823 const DictionaryValue* blacklist = local
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_form_data.h 23 const wchar_t* username_value; // Set to NULL for a blacklist entry.
login_database.h 63 // Loads the complete list of autofillable password forms (i.e., not blacklist
68 // Loads the complete list of blacklist forms into |forms|.
105 // Loads all logins whose blacklist setting matches |blacklisted| into
  /external/chromium_org/third_party/WebKit/Source/core/page/
UserContentURLPattern.h 56 static bool matchesPatterns(const KURL&, const Vector<String>& whitelist, const Vector<String>& blacklist);
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KnownPorts.h 37 WEBORIGIN_EXPORT bool portAllowed(const KURL&); // Blacklist ports that should never be used for Web resources.
  /external/okhttp/src/main/java/com/squareup/okhttp/
RouteDatabase.java 24 * A blacklist of failed routes to avoid when creating a new connection to a
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictUpdater.java 46 * @param isBlackListEntry whether this should be a blacklist entry.
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 26 BLACKLIST: 'mv-blacklist', // triggers tile blacklist animation
34 HIDE_BLACKLIST_BUTTON: 'mv-x-hide', // hides blacklist button during animation
448 // Trigger the blacklist animation and re-render the tiles when it
453 lastBlacklistedTileElement.classList.add(CLASSES.BLACKLIST);
611 // The button used to blacklist this page.
618 // When a tile is focused, have delete also blacklist the page.
657 * Shows the blacklist notification and triggers a delay to hide it.
668 * Hides the blacklist notification
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 2308 std::vector<std::string> blacklist; local
2345 std::vector<std::string> blacklist; local
2367 std::vector<std::string> blacklist; local
2397 std::vector<std::string> blacklist; local
2428 ListValue* blacklist = update.Get(); local
2466 ListValue* blacklist = update.Get(); local
    [all...]
extension_prefs.cc 41 const char kPrefBlacklist[] = "blacklist";
61 // Path for settings specific to blacklist update.
464 const ListValue* blacklist = local
466 if (!blacklist || blacklist->empty())
482 // Then check the blacklist (the admin blacklist, not the Google blacklist).
483 if (blacklist) {
484 for (ListValue::const_iterator it = blacklist->begin()
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc 3261 std::vector<std::string> blacklist; local
3300 std::vector<std::string> blacklist; local
3329 extensions::Blacklist* blacklist = local
3361 std::vector<std::string> blacklist; local
3387 std::vector<std::string> blacklist; local
3421 ListValue* blacklist = update.Get(); local
3455 ListValue* blacklist = update.Get(); local
3475 ListValue* blacklist = update.Get(); local
3504 ListValue* blacklist = update.Get(); local
3520 ListValue* blacklist = blacklist_update.Get(); local
3553 ListValue* blacklist = update.Get(); local
    [all...]
crx_installer_browsertest.cc 436 IN_PROC_BROWSER_TEST_F(ExtensionCrxInstallerTest, Blacklist) {
437 extensions::Blacklist* blacklist = local
438 ExtensionSystem::Get(profile())->blacklist();
441 // pretending that we get a blacklist update which includes it.
443 blacklist->SetFromUpdater(std::vector<std::string>(1, kId), "some-version");
extension_sorting_unittest.cc 14 using extensions::Blacklist;
34 Blacklist::NOT_BLACKLISTED,
62 Blacklist::NOT_BLACKLISTED,
114 Blacklist::NOT_BLACKLISTED,
124 Blacklist::NOT_BLACKLISTED,
650 Blacklist::NOT_BLACKLISTED,
658 Blacklist::NOT_BLACKLISTED,
    [all...]
standard_management_policy_provider_unittest.cc 8 #include "chrome/browser/extensions/blacklist.h"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 82 logger.log(Level.WARNING, "Could not read blacklist", e);
150 logger.log(Level.WARNING, "Tried to blacklist invalid serial number " + value, e);
198 logger.log(Level.WARNING, "Tried to blacklist invalid pubkey " + value);
  /external/chromium/chrome/browser/
enumerate_modules_model_unittest_win.cc 104 ModuleEnumerator::BlacklistEntry blacklist; member in struct:MatchingEntryList
200 ModuleEnumerator::BlacklistEntry blacklist = local
201 kMatchineEntryList[i].blacklist;
206 ModuleEnumerator::Match(test, blacklist));
  /external/chromium-trace/trace-viewer/src/tracing/
filter.js 95 * @param {Array<string>=} opt_categories Categories to blacklist.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
MostVisitedSites.java 73 * Blacklist a URL from the most visited URLs list.
  /external/chromium_org/chrome/browser/
enumerate_modules_model_unittest_win.cc 107 ModuleEnumerator::BlacklistEntry blacklist; member in struct:MatchingEntryList
203 ModuleEnumerator::BlacklistEntry blacklist = local
204 kMatchineEntryList[i].blacklist;
209 ModuleEnumerator::Match(test, blacklist));
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.cc 21 #include "chrome/browser/extensions/blacklist.h"
134 Blacklist* blacklist,
140 prefs_(prefs), profile_(profile), blacklist_(blacklist),
377 // Start a fetch of the blacklist if needed.
523 NOTREACHED() << "Fetched blacklist checksum is not as expected. "
527 std::vector<std::string> blacklist; local
528 base::SplitString(data, '\n', &blacklist);
530 blacklist_->SetFromUpdater(blacklist, version);
  /external/chromium_org/content/browser/gpu/
compositor_util.cc 57 // Command line switches take precedence over blacklist and field trials.

Completed in 4010 milliseconds

1 2 34 5 6 7 8 91011>>