HomeSort by relevance Sort by last modified time
    Searched full:quota_bytes (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_storage_quota_enforcer.cc 24 QUOTA_BYTES,
62 case QUOTA_BYTES:
63 name = "QUOTA_BYTES";
148 if (new_used_total > limits_.quota_bytes) {
150 QuotaExceededError(QUOTA_BYTES, util::NewKey(key)));
186 if (new_used_total > limits_.quota_bytes)
187 return MakeWriteResult(QuotaExceededError(QUOTA_BYTES, util::NoKey()));
settings_storage_quota_enforcer.h 20 size_t quota_bytes; member in struct:extensions::SettingsStorageQuotaEnforcer::Limits
settings_frontend.cc 65 static_cast<size_t>(api::storage::local::QUOTA_BYTES),
74 static_cast<size_t>(api::storage::sync::QUOTA_BYTES),
settings_quota_unittest.cc 55 size_t quota_bytes, size_t quota_bytes_per_item, size_t max_items) {
58 { quota_bytes, quota_bytes_per_item, max_items };
  /external/chromium_org/chrome/common/extensions/api/
storage.json 179 "QUOTA_BYTES": {
206 "QUOTA_BYTES": {
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 341 info.quota_bytes = quota;

Completed in 248 milliseconds