/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/webkit/browser/fileapi/quota/ |
quota_backend_impl_unittest.cc | 35 usage_(0), quota_(0) {} 52 ASSERT_LT(usage_, quota_); 60 callback.Run(quota::kQuotaStatusOk, usage_, quota_); 66 void set_quota(int64 quota) { quota_ = quota; } 74 int64 quota_; member in class:fileapi::__anon15387::MockQuotaManagerProxy
|
/external/chromium_org/android_webview/native/ |
aw_quota_manager_bridge_impl.cc | 64 std::vector<int64> quota_; member in class:android_webview::__anon3136::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::__anon15406::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 423 int64 quota_; member in class:quota::QuotaManagerTest [all...] |