Searched refs:SelfCheck (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_util.cc73 return cache->SelfCheck() >= 0;
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h172 int SelfCheck();
H A Drankings.h136 int SelfCheck();
H A Dbackend_impl.h256 int SelfCheck();
H A Dbackend_worker_v3.cc192 int sc = SelfCheck();
H A Dbackend_impl_v3.cc389 int BackendImplV3::SelfCheck() { function in class:disk_cache::BackendImplV3
395 int num_entries = rankings_.SelfCheck();
1093 int sc = SelfCheck();
H A Dbackend_impl.cc279 int sc = SelfCheck();
1158 int BackendImpl::SelfCheck() { function in class:disk_cache::BackendImpl
1164 int num_entries = rankings_.SelfCheck();
H A Drankings.cc502 int Rankings::SelfCheck() { function in class:disk_cache::Rankings

Completed in 145 milliseconds