HomeSort by relevance Sort by last modified time
    Searched refs:IGNORE_QUOTA (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/extensions/browser/api/storage/
weak_unlimited_settings_storage.cc 45 return delegate_->Set(IGNORE_QUOTA, key, value);
50 return delegate_->Set(IGNORE_QUOTA, values);
settings_storage_quota_enforcer.cc 138 if (!(options & IGNORE_QUOTA)) {
169 if (!(options & IGNORE_QUOTA) &&
176 if (!(options & IGNORE_QUOTA)) {
settings_quota_unittest.cc 19 // To save typing ValueStore::DEFAULTS/IGNORE_QUOTA everywhere.
21 const ValueStore::WriteOptions IGNORE_QUOTA =
22 ValueStore::IGNORE_QUOTA;
532 // This is a lazy test to make sure IGNORE_QUOTA lets through changes: the
533 // test above copied, but using IGNORE_QUOTA and asserting nothing is ever
542 EXPECT_FALSE(storage_->Set(IGNORE_QUOTA, "a", *byte_value_1_)->HasError());
543 EXPECT_FALSE(storage_->Set(IGNORE_QUOTA, "a", *byte_value_16_)->HasError());
544 EXPECT_FALSE(storage_->Set(IGNORE_QUOTA, "a", *byte_value_256_)->HasError());
547 EXPECT_FALSE(storage_->Set(IGNORE_QUOTA, "b", *byte_value_1_)->HasError());
548 EXPECT_FALSE(storage_->Set(IGNORE_QUOTA, "b", *byte_value_16_)->HasError())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
policy_value_store.cc 98 // IGNORE_QUOTA because these settings aren't writable by the extension, and
100 ValueStore::WriteOptions options = ValueStore::IGNORE_QUOTA;
syncable_settings_storage.cc 374 WriteResult result = delegate_->Set(IGNORE_QUOTA, key, *new_value);
394 WriteResult result = delegate_->Set(IGNORE_QUOTA, key, *new_value);
  /external/chromium_org/extensions/browser/value_store/
value_store.h 139 IGNORE_QUOTA = 1<<1,
value_store_frontend.cc 59 ValueStore::IGNORE_QUOTA | ValueStore::NO_GENERATE_CHANGES,

Completed in 79 milliseconds