HomeSort by relevance Sort by last modified time
    Searched refs:RunTaskForTest (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/disk_cache/
disk_cache_test_base.cc 135 void DiskCacheTestWithCache::RunTaskForTest(Task* task) {
143 int rv = cache_impl_->RunTaskForTest(task, &cb);
201 RunTaskForTest(new TrimTask(cache_impl_, false, empty));
205 RunTaskForTest(new TrimTask(cache_impl_, true, empty));
disk_cache_test_base.h 100 void RunTaskForTest(Task* task);
backend_impl.h 235 int RunTaskForTest(Task* task, CompletionCallback* callback);
entry_unittest.cc 125 RunTaskForTest(new InternalSyncIOTask(this, entry));
336 RunTaskForTest(new ExternalSyncIOTask(this, entry));
    [all...]
backend_impl.cc     [all...]
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.cc 169 void DiskCacheTestWithCache::RunTaskForTest(const base::Closure& closure) {
176 int rv = cache_impl_->RunTaskForTest(closure, cb.callback());
212 RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimForTest,
218 RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimDeletedListForTest,
disk_cache_test_base.h 122 void RunTaskForTest(const base::Closure& closure);
backend_impl.h 238 int RunTaskForTest(const base::Closure& task,
backend_impl.cc 1108 int BackendImpl::RunTaskForTest(const base::Closure& task,
    [all...]
entry_unittest.cc 141 RunTaskForTest(base::Bind(&DiskCacheEntryTest::InternalSyncIOBackground,
424 RunTaskForTest(base::Bind(&DiskCacheEntryTest::ExternalSyncIOBackground,
    [all...]

Completed in 82 milliseconds