Searched defs:set_repeated_eviction (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/storage/browser/quota/
H A Dquota_temporary_storage_evictor.h105 void set_repeated_eviction(bool repeated_eviction) { function in class:storage::QuotaTemporaryStorageEvictor
/external/chromium_org/content/browser/quota/
H A Dquota_temporary_storage_evictor_unittest.cc179 temporary_storage_evictor()->set_repeated_eviction(false);
199 void set_repeated_eviction(bool repeated_eviction) const { function in class:content::QuotaTemporaryStorageEvictorTest
200 return temporary_storage_evictor_->set_repeated_eviction(repeated_eviction);
239 set_repeated_eviction(false);
259 set_repeated_eviction(false);
323 set_repeated_eviction(true);
379 set_repeated_eviction(false);
402 set_repeated_eviction(false);

Completed in 162 milliseconds