HomeSort by relevance Sort by last modified time
    Searched full:set_repeated_eviction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc 175 temporary_storage_evictor()->set_repeated_eviction(false);
195 void set_repeated_eviction(bool repeated_eviction) const { function in class:quota::QuotaTemporaryStorageEvictorTest
196 return temporary_storage_evictor_->set_repeated_eviction(repeated_eviction);
235 set_repeated_eviction(false);
255 set_repeated_eviction(false);
319 set_repeated_eviction(true);
375 set_repeated_eviction(false);
398 set_repeated_eviction(false);
quota_temporary_storage_evictor.h 101 void set_repeated_eviction(bool repeated_eviction) { function in class:quota::QuotaTemporaryStorageEvictor

Completed in 455 milliseconds