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

  /external/chromium_org/content/common/dom_storage/
dom_storage_map.h 47 void set_quota(size_t quota) { quota_ = quota; } function in class:content::DOMStorageMap
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.h 35 void set_quota(int64 quota) { function in class:quota_internals::GlobalStorageInfo
60 void set_quota(int64 quota) { function in class:quota_internals::PerHostStorageInfo
  /external/chromium_org/content/browser/quota/
quota_backend_impl_unittest.cc 76 void set_quota(int64 quota) { quota_ = quota; } function in class:content::__anon11908::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);
quota_temporary_storage_evictor_unittest.cc 82 void set_quota(int64 quota) { function in class:content::__anon11912::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/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py 853 def set_quota(self, quota): member in class:MuxExtensionProcessor
  /external/chromium_org/storage/browser/quota/
quota_manager.cc 354 void set_quota(int64 quota) { function in class:storage::UsageAndQuotaCallbackDispatcher
850 dispatcher->set_quota(kNoLimit);
860 dispatcher->set_quota(kSyncableStorageDefaultHostQuota);
    [all...]

Completed in 349 milliseconds