Searched defs:kPerHostTemporaryPortion (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/webkit/browser/quota/
H A Dquota_manager.h246 static const int kPerHostTemporaryPortion; member in class:quota::QuotaManager
H A Dquota_manager.cc57 const int QuotaManager::kPerHostTemporaryPortion = 5; // 20% member in class:quota::QuotaManager
254 int64 host_quota = global_quota / QuotaManager::kPerHostTemporaryPortion;
/external/chromium_org/content/browser/quota/
H A Dquota_manager_unittest.cc60 const int kPerHostTemporaryPortion = QuotaManager::kPerHostTemporaryPortion; member in namespace:content::__anon6978
610 const int kPerHostQuota = 100 / kPerHostTemporaryPortion;
645 GetAvailableDiskSpaceForTest(base::FilePath()) / kPerHostTemporaryPortion;
751 const int kPerHostQuota = 100 / QuotaManager::kPerHostTemporaryPortion;
812 const int kPerHostQuota = 100 / QuotaManager::kPerHostTemporaryPortion;
854 1000 / QuotaManager::kPerHostTemporaryPortion;
885 100 / QuotaManager::kPerHostTemporaryPortion;
2173 EXPECT_LE(std::min(static_cast<int64>(100 / kPerHostTemporaryPortion),

Completed in 562 milliseconds