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);357 void DiskCacheLPMFuzzer::RunTaskForTest(base::OnceClosure closure) { in RunTaskForTest() function in DiskCacheLPMFuzzer364 int rv = block_impl_->RunTaskForTest(std::move(closure), cb.callback()); in RunTaskForTest()960 RunTaskForTest(base::BindOnce(&disk_cache::BackendImpl::TrimForTest, in RunCommands()972 RunTaskForTest( in RunCommands()
163 void RunTaskForTest(base::OnceClosure closure);
169 RunTaskForTest(base::BindOnce(&DiskCacheEntryTest::InternalSyncIOBackground, in InternalSyncIO()403 RunTaskForTest(base::BindOnce(&DiskCacheEntryTest::ExternalSyncIOBackground, in ExternalSyncIO()
252 int RunTaskForTest(base::OnceClosure task, CompletionOnceCallback callback);
1163 int BackendImpl::RunTaskForTest(base::OnceClosure task, in RunTaskForTest() function in disk_cache::BackendImpl