Searched defs:QuotaManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/storage/browser/quota/
H A Dquota_manager.h112 class STORAGE_EXPORT QuotaManager class in namespace:storage
115 public base::RefCountedThreadSafe<QuotaManager, QuotaManagerDeleter> {
125 QuotaManager(
264 virtual ~QuotaManager();
267 friend class base::DeleteHelper<QuotaManager>;
268 friend class base::RefCountedThreadSafe<QuotaManager, QuotaManagerDeleter>;
438 base::RepeatingTimer<QuotaManager> histogram_timer_;
447 base::WeakPtrFactory<QuotaManager> weak_factory_;
449 DISALLOW_COPY_AND_ASSIGN(QuotaManager);
453 static void Destruct(const QuotaManager* manage
[all...]
H A Dquota_manager.cc53 const int64 QuotaManager::kIncognitoDefaultQuotaLimit = 100 * kMBytes;
55 const int64 QuotaManager::kNoLimit = kint64max;
57 const int QuotaManager::kPerHostTemporaryPortion = 5; // 20%
63 const int64 QuotaManager::kPerHostPersistentQuotaLimit = 10 * 1024 * kMBytes;
65 const char QuotaManager::kDatabaseName[] = "QuotaManager";
67 const int QuotaManager::kThresholdOfErrorsToBeBlacklisted = 3;
74 int64 QuotaManager::kMinimumPreserveForSystem = 1024 * kMBytes;
76 const int QuotaManager::kEvictionIntervalInMilliSeconds =
82 int64 QuotaManager
800 QuotaManager::QuotaManager( function in class:storage::QuotaManager
[all...]

Completed in 77 milliseconds