Home
last modified time | relevance | path

Searched refs:ShouldReportAgain (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dbackend_impl_v3.h132 bool ShouldReportAgain();
Dbackend_impl.h195 bool ShouldReportAgain();
Dbackend_worker_v3.cc453 if (cache_type_ == net::DISK_CACHE && ShouldReportAgain()) in InitStats()
Dbackend_impl_v3.cc244 bool BackendImplV3::ShouldReportAgain() { in ShouldReportAgain() function in disk_cache::BackendImplV3
347 if (ShouldReportAgain()) in OnTimerTick()
800 if (cache_type_ == net::DISK_CACHE && ShouldReportAgain()) in InitStats()
Deviction_v3.cc427 if (backend_->ShouldReportAgain()) { in ReportTrimTimes()
Dbackend_impl.cc960 bool BackendImpl::ShouldReportAgain() { in ShouldReportAgain() function in disk_cache::BackendImpl
1093 if (ShouldReportAgain()) in OnStatsTimer()
1439 if (cache_type_ == net::DISK_CACHE && ShouldReportAgain()) in InitStats()
Deviction.cc257 if (backend_->ShouldReportAgain()) { in ReportTrimTimes()