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

  /external/chromium_org/content/browser/fileapi/
file_system_browsertest.cc 57 kInitialQuotaKilobytes * 1024 * QuotaManager::kPerHostTemporaryPortion;
  /external/chromium_org/content/shell/browser/
shell_browser_main_parts.cc 162 quota::QuotaManager::kPerHostTemporaryPortion,
shell_message_filter.cc 91 quota * quota::QuotaManager::kPerHostTemporaryPortion,
  /external/chromium_org/webkit/browser/quota/
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.h 230 static const int kPerHostTemporaryPortion;
quota_manager.cc 70 const int QuotaManager::kPerHostTemporaryPortion = 5; // 20%
255 int64 host_quota = global_quota / QuotaManager::kPerHostTemporaryPortion;
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 84 * 1024 * QuotaManager::kPerHostTemporaryPortion;

Completed in 57 milliseconds