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

  /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
quota_internals_proxy.cc 109 info.set_quota(quota);
132 info.set_quota(itr->quota);
  /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/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc 78 void set_quota(int64 quota) { function in class:quota::__anon17210::MockQuotaEvictionHandler
232 quota_eviction_handler()->set_quota(4000);
252 quota_eviction_handler()->set_quota(4000);
279 quota_eviction_handler()->set_quota(1000);
312 quota_eviction_handler()->set_quota(1000);
344 quota_eviction_handler()->set_quota(1000);
370 quota_eviction_handler()->set_quota(10000);
392 quota_eviction_handler()->set_quota(10000);
quota_manager.cc 340 void set_quota(int64 quota) { function in class:quota::UsageAndQuotaCallbackDispatcher
840 dispatcher->set_quota(kNoLimit);
850 dispatcher->set_quota(kSyncableStorageDefaultHostQuota);
    [all...]
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.cc 137 map_->set_quota(kint32max);
139 map_->set_quota(kPerStorageAreaQuota);

Completed in 114 milliseconds