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

  /external/chromium_org/storage/browser/quota/
quota_temporary_storage_evictor.cc 52 quota_eviction_handler_(quota_eviction_handler),
159 quota_eviction_handler_->GetUsageAndQuotaForEviction(
198 quota_eviction_handler_->GetLRUOrigin(
230 quota_eviction_handler_->EvictOriginData(origin, kStorageTypeTemporary,
quota_temporary_storage_evictor.h 114 QuotaEvictionHandler* quota_eviction_handler_; member in class:storage::QuotaTemporaryStorageEvictor
  /external/chromium_org/content/browser/quota/
quota_temporary_storage_evictor_unittest.cc 147 quota_eviction_handler_.reset(new MockQuotaEvictionHandler(this));
151 quota_eviction_handler_.get(), 0));
156 quota_eviction_handler_.reset();
188 quota_eviction_handler_.get());
222 scoped_ptr<MockQuotaEvictionHandler> quota_eviction_handler_; member in class:content::QuotaTemporaryStorageEvictorTest

Completed in 183 milliseconds