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

  /external/chromium_org/extensions/browser/
extension_registry.h 35 BLACKLISTED = 1 << 3,
60 // Returns a set of all installed, disabled, blacklisted, and terminated
101 // * blacklisted_extensions() --> ExtensionRegistry::BLACKLISTED
127 // As above, but for the blacklisted set.
153 // Extensions that are installed and blacklisted. Generally these shouldn't be
155 // so that if extensions are blacklisted by mistake they can easily be
156 // un-blacklisted.
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 251 // This test is oblivious to the fact that multisample could be blacklisted on
296 BLACKLISTED, // Disabled via the blacklist.
302 expected_state = BLACKLISTED;
306 expected_state = BLACKLISTED;
310 expected_state = BLACKLISTED;
314 // marked as such if it wasn't blacklisted already.
321 EXPECT_EQ(expected_state == BLACKLISTED,
  /external/chromium_org/v8/tools/
generate-runtime-tests.py 58 BLACKLISTED = [
    [all...]

Completed in 63 milliseconds