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

  /external/chromium_org/extensions/browser/api/storage/
settings_storage_quota_enforcer.cc 26 QUOTA_BYTES_PER_ITEM,
68 case QUOTA_BYTES_PER_ITEM:
69 name = "QUOTA_BYTES_PER_ITEM";
143 if (new_used_per_setting[key] > limits_.quota_bytes_per_item) {
145 QuotaExceededError(QUOTA_BYTES_PER_ITEM, util::NewKey(key)));
170 new_used_per_setting[it.key()] > limits_.quota_bytes_per_item) {
172 QuotaExceededError(QUOTA_BYTES_PER_ITEM, util::NewKey(it.key())));
  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_value_store_cache.cc 31 static_cast<size_t>(core_api::storage::sync::QUOTA_BYTES_PER_ITEM),

Completed in 917 milliseconds