OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrimDeletedListForTest
(Results
1 - 12
of
12
) sorted by null
/external/chromium/net/disk_cache/
disk_cache_test_base.h
116
void
TrimDeletedListForTest
(bool empty);
disk_cache_test_base.cc
189
backend_->
TrimDeletedListForTest
(empty_);
204
void DiskCacheTestWithCache::
TrimDeletedListForTest
(bool empty) {
backend_impl.h
243
void
TrimDeletedListForTest
(bool empty);
backend_impl.cc
[
all
...]
backend_unittest.cc
[
all
...]
/external/chromium_org/net/disk_cache/
disk_cache_test_base.h
138
void
TrimDeletedListForTest
(bool empty);
disk_cache_test_base.cc
218
void DiskCacheTestWithCache::
TrimDeletedListForTest
(bool empty) {
219
RunTaskForTest(base::Bind(&disk_cache::BackendImpl::
TrimDeletedListForTest
,
backend_impl.h
247
void
TrimDeletedListForTest
(bool empty);
backend_impl.cc
1087
void BackendImpl::
TrimDeletedListForTest
(bool empty) {
[
all
...]
backend_unittest.cc
[
all
...]
/external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h
170
void
TrimDeletedListForTest
(bool empty);
backend_impl_v3.cc
459
void BackendImpl::
TrimDeletedListForTest
(bool empty) {
[
all
...]
Completed in 114 milliseconds