OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
170
void DiskCacheTestWithCache::
RunTaskForTest
(const base::Closure& closure) {
177
int rv = cache_impl_->
RunTaskForTest
(closure, cb.callback());
213
RunTaskForTest
(base::Bind(&disk_cache::BackendImpl::TrimForTest,
219
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
1076
int BackendImpl::
RunTaskForTest
(const base::Closure& task,
[
all
...]
entry_unittest.cc
144
RunTaskForTest
(base::Bind(&DiskCacheEntryTest::InternalSyncIOBackground,
426
RunTaskForTest
(base::Bind(&DiskCacheEntryTest::ExternalSyncIOBackground,
[
all
...]
Completed in 348 milliseconds