Searched refs:set_quota (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_types.h35 void set_quota(int64 quota) { function in class:quota_internals::GlobalStorageInfo
60 void set_quota(int64 quota) { function in class:quota_internals::PerHostStorageInfo
H A Dquota_internals_proxy.cc110 info.set_quota(quota);
133 info.set_quota(itr->quota);
/external/chromium_org/content/browser/quota/
H A Dquota_backend_impl_unittest.cc76 void set_quota(int64 quota) { quota_ = quota; } function in class:content::__anon7283::MockQuotaManagerProxy
161 quota_manager_proxy_->set_quota(10000);
187 quota_manager_proxy_->set_quota(100);
205 quota_manager_proxy_->set_quota(10000);
225 quota_manager_proxy_->set_quota(10000);
237 quota_manager_proxy_->set_quota(10000);
H A Dquota_temporary_storage_evictor_unittest.cc82 void set_quota(int64 quota) { function in class:content::__anon7287::MockQuotaEvictionHandler
236 quota_eviction_handler()->set_quota(4000);
256 quota_eviction_handler()->set_quota(4000);
283 quota_eviction_handler()->set_quota(1000);
316 quota_eviction_handler()->set_quota(1000);
348 quota_eviction_handler()->set_quota(1000);
374 quota_eviction_handler()->set_quota(10000);
396 quota_eviction_handler()->set_quota(10000);
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map.h47 void set_quota(size_t quota) { quota_ = quota; } function in class:content::DOMStorageMap
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_cached_area.cc149 map_->set_quota(kint32max);
151 map_->set_quota(kPerStorageAreaQuota);
/external/chromium_org/storage/browser/quota/
H A Dquota_manager.cc354 void set_quota(int64 quota) { function in class:storage::UsageAndQuotaCallbackDispatcher
850 dispatcher->set_quota(kNoLimit);
860 dispatcher->set_quota(kSyncableStorageDefaultHostQuota);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dextensions.py853 def set_quota(self, quota): member in class:MuxExtensionProcessor

Completed in 4184 milliseconds