CacheAddr 72 net/disk_cache/blockfile/addr.h explicit Addr(CacheAddr address) : value_(address) {} CacheAddr 80 net/disk_cache/blockfile/addr.h CacheAddr value() const { return value_; } CacheAddr 81 net/disk_cache/blockfile/addr.h void set_value(CacheAddr address) { CacheAddr 183 net/disk_cache/blockfile/addr.h CacheAddr value_; CacheAddr 72 net/disk_cache/blockfile/backend_impl.cc size_t table_size = sizeof(disk_cache::CacheAddr) * table_len; CacheAddr 741 net/disk_cache/blockfile/backend_impl.cc CacheAddr child(entry->GetNextAddress()); CacheAddr 767 net/disk_cache/blockfile/backend_impl.cc CacheAddr BackendImpl::GetNextAddr(Addr address) { CacheAddr 1519 net/disk_cache/blockfile/backend_impl.cc std::set<CacheAddr> visited; CacheAddr 125 net/disk_cache/blockfile/backend_impl.h CacheAddr GetNextAddr(Addr address); CacheAddr 141 net/disk_cache/blockfile/backend_impl_v3.cc CacheAddr child(entry->GetNextAddress()); CacheAddr 60 net/disk_cache/blockfile/backend_worker_v3.cc size_t table_size = sizeof(disk_cache::CacheAddr) * table_len; CacheAddr 89 net/disk_cache/blockfile/block_files_unittest.cc CacheAddr entries[kNumEntries]; CacheAddr 103 net/disk_cache/blockfile/block_files_unittest.cc CacheAddr temp = entries[source1]; CacheAddr 62 net/disk_cache/blockfile/disk_format.h CacheAddr heads[5]; CacheAddr 63 net/disk_cache/blockfile/disk_format.h CacheAddr tails[5]; CacheAddr 64 net/disk_cache/blockfile/disk_format.h CacheAddr transaction; // In-flight operation target. CacheAddr 80 net/disk_cache/blockfile/disk_format.h CacheAddr stats; // Storage for usage data. CacheAddr 92 net/disk_cache/blockfile/disk_format.h CacheAddr table[kIndexTablesize]; // Default size. Actual size controlled CacheAddr 103 net/disk_cache/blockfile/disk_format.h CacheAddr next; // Next entry with the same hash or bucket. CacheAddr 104 net/disk_cache/blockfile/disk_format.h CacheAddr rankings_node; // Rankings node for this entry. CacheAddr 110 net/disk_cache/blockfile/disk_format.h CacheAddr long_key; // Optional address of a long key. CacheAddr 112 net/disk_cache/blockfile/disk_format.h CacheAddr data_addr[4]; // entry. CacheAddr 141 net/disk_cache/blockfile/disk_format.h CacheAddr next; // LRU list. CacheAddr 142 net/disk_cache/blockfile/disk_format.h CacheAddr prev; // LRU list. CacheAddr 143 net/disk_cache/blockfile/disk_format.h CacheAddr contents; // Address of the EntryStore. CacheAddr 72 net/disk_cache/blockfile/disk_format_v3.h CacheAddr stats; // Storage for usage data. CacheAddr 220 net/disk_cache/blockfile/disk_format_v3.h CacheAddr data_addr[4]; // entry. CacheAddr 517 net/disk_cache/blockfile/entry_impl.cc CacheAddr EntryImpl::GetNextAddress() { CacheAddr 83 net/disk_cache/blockfile/entry_impl.h CacheAddr GetNextAddress(); CacheAddr 351 net/disk_cache/blockfile/rankings.cc CacheAddr node_value = node->address().value(); CacheAddr 558 net/disk_cache/blockfile/rankings.cc void Rankings::SetContents(CacheRankingsBlock* node, CacheAddr address) { CacheAddr 636 net/disk_cache/blockfile/rankings.cc Addr node_addr(static_cast<CacheAddr>(control_data_->transaction)); CacheAddr 707 net/disk_cache/blockfile/rankings.cc CacheAddr node_value = node->address().value(); CacheAddr 747 net/disk_cache/blockfile/rankings.cc CacheAddr node_addr = node->address().value(); CacheAddr 832 net/disk_cache/blockfile/rankings.cc CacheAddr next = forward ? node->Data()->next : node->Data()->prev; CacheAddr 833 net/disk_cache/blockfile/rankings.cc CacheAddr prev = forward ? node->Data()->prev : node->Data()->next; CacheAddr 858 net/disk_cache/blockfile/rankings.cc bool Rankings::IsHead(CacheAddr addr, List* list) const { CacheAddr 870 net/disk_cache/blockfile/rankings.cc bool Rankings::IsTail(CacheAddr addr, List* list) const { CacheAddr 886 net/disk_cache/blockfile/rankings.cc CacheAddr address = node->address().value(); CacheAddr 897 net/disk_cache/blockfile/rankings.cc CacheAddr address = node->address().value(); CacheAddr 144 net/disk_cache/blockfile/rankings.h void SetContents(CacheRankingsBlock* node, CacheAddr address); CacheAddr 188 net/disk_cache/blockfile/rankings.h bool IsHead(CacheAddr addr, List* list) const; CacheAddr 189 net/disk_cache/blockfile/rankings.h bool IsTail(CacheAddr addr, List* list) const; CacheAddr 57 net/tools/dump_cache/dump_files.cc void DumpStats(const base::FilePath& path, disk_cache::CacheAddr addr) { CacheAddr 96 net/tools/dump_cache/dump_files.cc disk_cache::CacheAddr* stats_addr) { CacheAddr 169 net/tools/dump_cache/dump_files.cc bool LoadEntry(disk_cache::CacheAddr addr, disk_cache::EntryStore* entry); CacheAddr 170 net/tools/dump_cache/dump_files.cc bool LoadRankings(disk_cache::CacheAddr addr, CacheAddr 179 net/tools/dump_cache/dump_files.cc disk_cache::CacheAddr next_addr_; CacheAddr 180 net/tools/dump_cache/dump_files.cc std::set<disk_cache::CacheAddr> dumped_entries_; CacheAddr 232 net/tools/dump_cache/dump_files.cc bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr, CacheAddr 257 net/tools/dump_cache/dump_files.cc bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr, CacheAddr 339 net/tools/dump_cache/dump_files.cc disk_cache::CacheAddr stats_addr = 0;