Searched refs:FlushQueueForTest (Results 1 – 7 of 7) sorted by relevance
55 int rv = cache_impl_->FlushQueueForTest(&cb); in SimulateCrash()126 void DiskCacheTestWithCache::FlushQueueForTest() { in FlushQueueForTest() function in DiskCacheTestWithCache131 int rv = cache_impl_->FlushQueueForTest(&cb); in FlushQueueForTest()
394 FlushQueueForTest(); in BackendSetSize()412 FlushQueueForTest(); // Make sure that we are done trimming the cache. in BackendSetSize()413 FlushQueueForTest(); // We may have posted two tasks to evict stuff. in BackendSetSize()463 FlushQueueForTest(); in BackendLoad()751 FlushQueueForTest(); in BackendTrimInvalidEntry()819 FlushQueueForTest(); in BackendTrimInvalidEntry2()1492 FlushQueueForTest(); in TEST_F()1563 FlushQueueForTest(); // Allow the restart to finish. in BackendInvalidRankings()1614 FlushQueueForTest(); // Flushing the Close posts a task to restart the cache. in BackendDisable()1615 FlushQueueForTest(); // This one actually allows that task to complete. in BackendDisable()[all …]
99 void FlushQueueForTest();
231 int FlushQueueForTest(CompletionCallback* callback);
129 FlushQueueForTest(); in InternalSyncIO()272 FlushQueueForTest(); in InternalAsyncIO()340 FlushQueueForTest(); in ExternalSyncIO()456 FlushQueueForTest(); in ExternalAsyncIO()1194 FlushQueueForTest(); in DoomNormalEntry()1217 FlushQueueForTest(); in DoomedEntry()1613 FlushQueueForTest(); in UpdateSparseEntry()
1214 int BackendImpl::FlushQueueForTest(CompletionCallback* callback) { in FlushQueueForTest() function in disk_cache::BackendImpl
127 reinterpret_cast<disk_cache::BackendImpl*>(cache)->FlushQueueForTest(&cb); in FlushQueue()