Searched refs:RunTaskForTest (Results 1 – 5 of 5) sorted by relevance
135 void DiskCacheTestWithCache::RunTaskForTest(Task* task) { in RunTaskForTest() function in DiskCacheTestWithCache143 int rv = cache_impl_->RunTaskForTest(task, &cb); in RunTaskForTest()201 RunTaskForTest(new TrimTask(cache_impl_, false, empty)); in TrimForTest()205 RunTaskForTest(new TrimTask(cache_impl_, true, empty)); in TrimDeletedListForTest()
100 void RunTaskForTest(Task* task);
235 int RunTaskForTest(Task* task, CompletionCallback* callback);
125 RunTaskForTest(new InternalSyncIOTask(this, entry)); in InternalSyncIO()336 RunTaskForTest(new ExternalSyncIOTask(this, entry)); in ExternalSyncIO()
1219 int BackendImpl::RunTaskForTest(Task* task, CompletionCallback* callback) { in RunTaskForTest() function in disk_cache::BackendImpl