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

  /external/chromium_org/webkit/browser/quota/
quota_manager.h 230 static const int kPerHostTemporaryPortion;
quota_manager_unittest.cc 42 const int kPerHostTemporaryPortion = QuotaManager::kPerHostTemporaryPortion;
592 const int kPerHostQuota = 100 / kPerHostTemporaryPortion;
627 GetAvailableDiskSpaceForTest(base::FilePath()) / kPerHostTemporaryPortion;
733 const int kPerHostQuota = 100 / QuotaManager::kPerHostTemporaryPortion;
794 const int kPerHostQuota = 100 / QuotaManager::kPerHostTemporaryPortion;
836 1000 / QuotaManager::kPerHostTemporaryPortion;
867 100 / QuotaManager::kPerHostTemporaryPortion;
    [all...]
quota_manager.cc 70 const int QuotaManager::kPerHostTemporaryPortion = 5; // 20%
255 int64 host_quota = global_quota / QuotaManager::kPerHostTemporaryPortion;
    [all...]

Completed in 291 milliseconds