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

/external/chromium_org/storage/browser/quota/
H A Dquota_manager.cc254 int64 host_quota = global_quota / QuotaManager::kPerHostTemporaryPortion; local
256 host_quota = std::min(host_quota, host_usage);
257 return host_quota;

Completed in 54 milliseconds