HomeSort by relevance Sort by last modified time
    Searched refs:ShouldReportAgain (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 134 bool ShouldReportAgain();
backend_worker.cc 480 if (cache_type_ == net::DISK_CACHE && ShouldReportAgain())
eviction_v3.cc 418 if (backend_->ShouldReportAgain()) {
backend_impl_v3.cc 320 bool BackendImpl::ShouldReportAgain() {
421 if (ShouldReportAgain())
869 if (cache_type_ == net::DISK_CACHE && ShouldReportAgain())
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.h 190 bool ShouldReportAgain();
stats.cc 148 // ShouldReportAgain() will re-enter this object.
150 backend->ShouldReportAgain()) {
eviction.cc 230 if (backend_->ShouldReportAgain()) {
backend_impl.cc 1052 bool BackendImpl::ShouldReportAgain() {
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.h 193 bool ShouldReportAgain();
backend_impl.cc 901 bool BackendImpl::ShouldReportAgain() {
1031 if (ShouldReportAgain())
    [all...]
eviction.cc 253 if (backend_->ShouldReportAgain()) {

Completed in 41 milliseconds