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

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_backend.h 92 const SettingsStorageQuotaEnforcer::Limits quota_; member in class:extensions::SettingsBackend
  /external/chromium_org/content/common/dom_storage/
dom_storage_map.h 46 size_t quota() const { return quota_; }
47 void set_quota(size_t quota) { quota_ = quota; }
59 size_t quota_; member in class:content::DOMStorageMap
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper_unittest.cc 27 quota_(-1),
79 quota_ = -1;
87 quota_ = -1;
97 quota_ = quota;
105 return quota_;
122 int64 quota_; member in class:BrowsingDataQuotaHelperTest
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.h 36 quota_ = quota;
47 int64 quota_; member in class:quota_internals::GlobalStorageInfo
61 quota_ = quota;
72 int64 quota_; member in class:quota_internals::PerHostStorageInfo
  /external/chromium_org/android_webview/native/
aw_quota_manager_bridge_impl.cc 64 std::vector<int64> quota_; member in class:android_webview::__anon5848::GetOriginsTask
120 quota_.push_back(quota);
142 ui_callback_.Run(origin_, usage_, quota_);
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc 29 : quota_(0),
56 UsageAndQuota quota_and_usage(-1, GetUsage(), quota_, available_space_);
79 quota_ = quota;
124 int64 quota_; member in class:quota::__anon17212::MockQuotaEvictionHandler
quota_manager_unittest.cc 112 quota_ = -1;
122 quota_ = -1;
130 quota_ = -1;
138 quota_ = -1;
147 quota_ = -1;
156 quota_ = -1;
239 quota_ = -1;
310 quota_ = quota;
316 quota_ = quota;
327 quota_ = quota
424 int64 quota_; member in class:quota::QuotaManagerTest
    [all...]

Completed in 2339 milliseconds