HomeSort by relevance Sort by last modified time
    Searched refs:RunTaskForTest (Results 1 - 5 of 5) 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...]

Completed in 63 milliseconds