rankings_ 271 net/disk_cache/blockfile/backend_impl.cc disabled_ = !rankings_.Init(this, new_eviction_); rankings_ 1108 net/disk_cache/blockfile/backend_impl.cc int num_entries = rankings_.SelfCheck(); rankings_ 1430 net/disk_cache/blockfile/backend_impl.cc rankings_.Reset(); rankings_ 1478 net/disk_cache/blockfile/backend_impl.cc if (!rankings_.SanityCheck(cache_entry->rankings(), false)) { rankings_ 1484 net/disk_cache/blockfile/backend_impl.cc rankings_.SetContents(cache_entry->rankings(), 0); rankings_ 1485 net/disk_cache/blockfile/backend_impl.cc } else if (!rankings_.DataSanityCheck(cache_entry->rankings(), false)) { rankings_ 1488 net/disk_cache/blockfile/backend_impl.cc rankings_.SetContents(cache_entry->rankings(), address.value()); rankings_ 1628 net/disk_cache/blockfile/backend_impl.cc iterator.reset(new Rankings::Iterator(&rankings_)); rankings_ 1701 net/disk_cache/blockfile/backend_impl.cc Rankings::ScopedRankingsBlock rankings(&rankings_, *from_entry); rankings_ 1703 net/disk_cache/blockfile/backend_impl.cc rankings_.GetNext(rankings.get(), list) : rankings_ 1704 net/disk_cache/blockfile/backend_impl.cc rankings_.GetPrev(rankings.get(), list); rankings_ 1705 net/disk_cache/blockfile/backend_impl.cc Rankings::ScopedRankingsBlock next(&rankings_, next_block); rankings_ 1725 net/disk_cache/blockfile/backend_impl.cc rankings_.Remove(next, list, false); rankings_ 363 net/disk_cache/blockfile/backend_impl.h Rankings rankings_; // Rankings to be able to trim the cache. rankings_ 402 net/disk_cache/blockfile/backend_impl_v3.cc int num_entries = rankings_.SelfCheck(); rankings_ 857 net/disk_cache/blockfile/backend_impl_v3.cc rankings_.Reset(); rankings_ 930 net/disk_cache/blockfile/backend_impl_v3.cc if (!rankings_.SanityCheck(cache_entry->rankings(), false)) { rankings_ 936 net/disk_cache/blockfile/backend_impl_v3.cc rankings_.SetContents(cache_entry->rankings(), 0); rankings_ 937 net/disk_cache/blockfile/backend_impl_v3.cc } else if (!rankings_.DataSanityCheck(cache_entry->rankings(), false)) { rankings_ 940 net/disk_cache/blockfile/backend_impl_v3.cc rankings_.SetContents(cache_entry->rankings(), address.value()); rankings_ 980 net/disk_cache/blockfile/backend_impl_v3.cc iterator.reset(new Rankings::Iterator(&rankings_)); rankings_ 1166 net/disk_cache/blockfile/backend_impl_v3.cc disabled_ = !rankings_.Init(this, new_eviction_); rankings_ 189 net/disk_cache/blockfile/backend_worker_v3.cc disabled_ = !rankings_.Init(this, new_eviction_); rankings_ 224 net/disk_cache/blockfile/backend_worker_v3.cc rankings_.Reset(); rankings_ 87 net/disk_cache/blockfile/eviction.cc rankings_ = &backend->rankings_; rankings_ 126 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock node(rankings_); rankings_ 128 net/disk_cache/blockfile/eviction.cc rankings_, rankings_->GetPrev(node.get(), Rankings::NO_USE)); rankings_ 136 net/disk_cache/blockfile/eviction.cc next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE)); rankings_ 140 net/disk_cache/blockfile/eviction.cc rankings_->TrackRankingsBlock(node.get(), false); rankings_ 172 net/disk_cache/blockfile/eviction.cc rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry)); rankings_ 184 net/disk_cache/blockfile/eviction.cc rankings_->Insert(entry->rankings(), true, GetListForEntry(entry)); rankings_ 194 net/disk_cache/blockfile/eviction.cc rankings_->Remove(entry->rankings(), GetListForEntry(entry), true); rankings_ 301 net/disk_cache/blockfile/eviction.cc rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); rankings_ 304 net/disk_cache/blockfile/eviction.cc rankings_->Insert(entry->rankings(), true, Rankings::DELETED); rankings_ 328 net/disk_cache/blockfile/eviction.cc next[i].set_rankings(rankings_); rankings_ 331 net/disk_cache/blockfile/eviction.cc next[i].reset(rankings_->GetPrev(NULL, static_cast<Rankings::List>(i))); rankings_ 345 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock node(rankings_); rankings_ 356 net/disk_cache/blockfile/eviction.cc next[list].reset(rankings_->GetPrev(node.get(), rankings_ 361 net/disk_cache/blockfile/eviction.cc rankings_->TrackRankingsBlock(node.get(), false); rankings_ 401 net/disk_cache/blockfile/eviction.cc rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry)); rankings_ 414 net/disk_cache/blockfile/eviction.cc rankings_->Remove(entry->rankings(), Rankings::NO_USE, true); rankings_ 415 net/disk_cache/blockfile/eviction.cc rankings_->Insert(entry->rankings(), false, Rankings::LOW_USE); rankings_ 418 net/disk_cache/blockfile/eviction.cc rankings_->Remove(entry->rankings(), Rankings::LOW_USE, true); rankings_ 419 net/disk_cache/blockfile/eviction.cc rankings_->Insert(entry->rankings(), false, Rankings::HIGH_USE); rankings_ 444 net/disk_cache/blockfile/eviction.cc rankings_->Remove(entry->rankings(), Rankings::DELETED, true); rankings_ 451 net/disk_cache/blockfile/eviction.cc rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry)); rankings_ 465 net/disk_cache/blockfile/eviction.cc rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); rankings_ 469 net/disk_cache/blockfile/eviction.cc rankings_->Insert(entry->rankings(), true, Rankings::DELETED); rankings_ 476 net/disk_cache/blockfile/eviction.cc rankings_->Remove(entry->rankings(), Rankings::DELETED, true); rankings_ 500 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock node(rankings_); rankings_ 502 net/disk_cache/blockfile/eviction.cc rankings_, rankings_->GetPrev(node.get(), Rankings::DELETED)); rankings_ 508 net/disk_cache/blockfile/eviction.cc next.reset(rankings_->GetPrev(node.get(), Rankings::DELETED)); rankings_ 577 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock last1(rankings_, rankings_ 578 net/disk_cache/blockfile/eviction.cc rankings_->GetPrev(NULL, Rankings::NO_USE)); rankings_ 579 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock last2(rankings_, rankings_ 580 net/disk_cache/blockfile/eviction.cc rankings_->GetPrev(NULL, Rankings::LOW_USE)); rankings_ 581 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock last3(rankings_, rankings_ 582 net/disk_cache/blockfile/eviction.cc rankings_->GetPrev(NULL, Rankings::HIGH_USE)); rankings_ 583 net/disk_cache/blockfile/eviction.cc Rankings::ScopedRankingsBlock last4(rankings_, rankings_ 584 net/disk_cache/blockfile/eviction.cc rankings_->GetPrev(NULL, Rankings::DELETED)); rankings_ 73 net/disk_cache/blockfile/eviction.h Rankings* rankings_; rankings_ 131 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock node(rankings_); rankings_ 133 net/disk_cache/blockfile/eviction_v3.cc rankings_, rankings_->GetPrev(node.get(), Rankings::NO_USE)); rankings_ 141 net/disk_cache/blockfile/eviction_v3.cc next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE)); rankings_ 145 net/disk_cache/blockfile/eviction_v3.cc rankings_->TrackRankingsBlock(node.get(), false); rankings_ 183 net/disk_cache/blockfile/eviction_v3.cc rankings_->Remove(entry->rankings(), Rankings::NO_USE, true); rankings_ 184 net/disk_cache/blockfile/eviction_v3.cc rankings_->Insert(entry->rankings(), false, Rankings::LOW_USE); rankings_ 187 net/disk_cache/blockfile/eviction_v3.cc rankings_->Remove(entry->rankings(), Rankings::LOW_USE, true); rankings_ 188 net/disk_cache/blockfile/eviction_v3.cc rankings_->Insert(entry->rankings(), false, Rankings::HIGH_USE); rankings_ 213 net/disk_cache/blockfile/eviction_v3.cc rankings_->Remove(entry->rankings(), Rankings::DELETED, true); rankings_ 220 net/disk_cache/blockfile/eviction_v3.cc rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry)); rankings_ 292 net/disk_cache/blockfile/eviction_v3.cc rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true); rankings_ 295 net/disk_cache/blockfile/eviction_v3.cc rankings_->Insert(entry->rankings(), true, Rankings::DELETED); rankings_ 317 net/disk_cache/blockfile/eviction_v3.cc next[i].set_rankings(rankings_); rankings_ 320 net/disk_cache/blockfile/eviction_v3.cc next[i].reset(rankings_->GetPrev(NULL, static_cast<Rankings::List>(i))); rankings_ 334 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock node(rankings_); rankings_ 345 net/disk_cache/blockfile/eviction_v3.cc next[list].reset(rankings_->GetPrev(node.get(), rankings_ 350 net/disk_cache/blockfile/eviction_v3.cc rankings_->TrackRankingsBlock(node.get(), false); rankings_ 397 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock node(rankings_); rankings_ 399 net/disk_cache/blockfile/eviction_v3.cc rankings_, rankings_->GetPrev(node.get(), Rankings::DELETED)); rankings_ 405 net/disk_cache/blockfile/eviction_v3.cc next.reset(rankings_->GetPrev(node.get(), Rankings::DELETED)); rankings_ 488 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock last1(rankings_, rankings_ 489 net/disk_cache/blockfile/eviction_v3.cc rankings_->GetPrev(NULL, Rankings::NO_USE)); rankings_ 490 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock last2(rankings_, rankings_ 491 net/disk_cache/blockfile/eviction_v3.cc rankings_->GetPrev(NULL, Rankings::LOW_USE)); rankings_ 492 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock last3(rankings_, rankings_ 493 net/disk_cache/blockfile/eviction_v3.cc rankings_->GetPrev(NULL, Rankings::HIGH_USE)); rankings_ 494 net/disk_cache/blockfile/eviction_v3.cc Rankings::ScopedRankingsBlock last4(rankings_, rankings_ 495 net/disk_cache/blockfile/eviction_v3.cc rankings_->GetPrev(NULL, Rankings::DELETED)); rankings_ 196 net/disk_cache/blockfile/rankings.cc Rankings::ScopedRankingsBlock::ScopedRankingsBlock() : rankings_(NULL) {} rankings_ 199 net/disk_cache/blockfile/rankings.cc : rankings_(rankings) {} rankings_ 75 net/disk_cache/blockfile/rankings.h rankings_->FreeRankingsBlock(get()); rankings_ 79 net/disk_cache/blockfile/rankings.h rankings_ = rankings; rankings_ 85 net/disk_cache/blockfile/rankings.h rankings_->FreeRankingsBlock(get()); rankings_ 90 net/disk_cache/blockfile/rankings.h Rankings* rankings_; rankings_ 94 net/disk_cache/memory/mem_backend_impl.cc rankings_.Remove(entry); rankings_ 105 net/disk_cache/memory/mem_backend_impl.cc rankings_.UpdateRank(node); rankings_ 120 net/disk_cache/memory/mem_backend_impl.cc rankings_.Insert(entry); rankings_ 124 net/disk_cache/memory/mem_backend_impl.cc rankings_.Remove(entry); rankings_ 224 net/disk_cache/memory/mem_backend_impl.cc rankings_.Insert(cache_entry); rankings_ 253 net/disk_cache/memory/mem_backend_impl.cc MemEntryImpl* node = rankings_.GetNext(NULL); rankings_ 272 net/disk_cache/memory/mem_backend_impl.cc node = rankings_.GetNext(last_valid); rankings_ 281 net/disk_cache/memory/mem_backend_impl.cc Entry* entry = rankings_.GetNext(NULL); rankings_ 292 net/disk_cache/memory/mem_backend_impl.cc MemEntryImpl* node = rankings_.GetNext(current); rankings_ 296 net/disk_cache/memory/mem_backend_impl.cc node = rankings_.GetNext(node); rankings_ 308 net/disk_cache/memory/mem_backend_impl.cc MemEntryImpl* next = rankings_.GetPrev(NULL); rankings_ 315 net/disk_cache/memory/mem_backend_impl.cc next = rankings_.GetPrev(next); rankings_ 109 net/disk_cache/memory/mem_backend_impl.h MemRankings rankings_; // Rankings to be able to trim the cache.