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 158 quota::QuotaManager::kPerHostTemporaryPortion,
shell_message_filter.cc 91 quota * quota::QuotaManager::kPerHostTemporaryPortion,
  /external/chromium_org/content/browser/quota/
quota_manager_unittest.cc 60 const int kPerHostTemporaryPortion = QuotaManager::kPerHostTemporaryPortion;
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;
    [all...]
  /external/chromium_org/webkit/browser/quota/
quota_manager.h 246 static const int kPerHostTemporaryPortion;
quota_manager.cc 57 const int QuotaManager::kPerHostTemporaryPortion = 5; // 20%
254 int64 host_quota = global_quota / QuotaManager::kPerHostTemporaryPortion;
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 114 * 1024 * QuotaManager::kPerHostTemporaryPortion;

Completed in 409 milliseconds