Searched refs:RunTaskForTest (Results 1 – 6 of 6) sorted by relevance
236 void DiskCacheTestWithCache::RunTaskForTest(base::OnceClosure closure) { in RunTaskForTest() function in DiskCacheTestWithCache243 int rv = cache_impl_->RunTaskForTest(std::move(closure), cb.callback()); in RunTaskForTest()305 RunTaskForTest(base::BindOnce(&disk_cache::BackendImpl::TrimForTest, in TrimForTest()313 RunTaskForTest( in TrimDeletedListForTest()
162 void RunTaskForTest(base::OnceClosure closure);350 void DiskCacheLPMFuzzer::RunTaskForTest(base::OnceClosure closure) { in RunTaskForTest() function in DiskCacheLPMFuzzer357 int rv = block_impl_->RunTaskForTest(std::move(closure), cb.callback()); in RunTaskForTest()951 RunTaskForTest(base::BindOnce(&disk_cache::BackendImpl::TrimForTest, in RunCommands()963 RunTaskForTest( in RunCommands()
163 void RunTaskForTest(base::OnceClosure closure);
166 RunTaskForTest(base::BindOnce(&DiskCacheEntryTest::InternalSyncIOBackground, in InternalSyncIO()395 RunTaskForTest(base::BindOnce(&DiskCacheEntryTest::ExternalSyncIOBackground, in ExternalSyncIO()
247 int RunTaskForTest(base::OnceClosure task, CompletionOnceCallback callback);
1105 int BackendImpl::RunTaskForTest(base::OnceClosure task, in RunTaskForTest() function in disk_cache::BackendImpl