Home
last modified time | relevance | path

Searched refs:FlushQueueForTest (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/disk_cache/
Ddisk_cache_test_base.cc55 int rv = cache_impl_->FlushQueueForTest(&cb); in SimulateCrash()
126 void DiskCacheTestWithCache::FlushQueueForTest() { in FlushQueueForTest() function in DiskCacheTestWithCache
131 int rv = cache_impl_->FlushQueueForTest(&cb); in FlushQueueForTest()
Dbackend_unittest.cc394 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 …]
Ddisk_cache_test_base.h99 void FlushQueueForTest();
Dbackend_impl.h231 int FlushQueueForTest(CompletionCallback* callback);
Dentry_unittest.cc129 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()
Dbackend_impl.cc1214 int BackendImpl::FlushQueueForTest(CompletionCallback* callback) { in FlushQueueForTest() function in disk_cache::BackendImpl
/external/chromium/net/tools/crash_cache/
Dcrash_cache.cc127 reinterpret_cast<disk_cache::BackendImpl*>(cache)->FlushQueueForTest(&cb); in FlushQueue()