EntryCell 231 net/disk_cache/blockfile/index_table_v3.cc void UpdateIterator(const disk_cache::EntryCell& cell, EntryCell 262 net/disk_cache/blockfile/index_table_v3.cc EntryCell::~EntryCell() { EntryCell 265 net/disk_cache/blockfile/index_table_v3.cc bool EntryCell::IsValid() const { EntryCell 273 net/disk_cache/blockfile/index_table_v3.cc Addr EntryCell::GetAddress() const { EntryCell 287 net/disk_cache/blockfile/index_table_v3.cc EntryState EntryCell::GetState() const { EntryCell 291 net/disk_cache/blockfile/index_table_v3.cc EntryGroup EntryCell::GetGroup() const { EntryCell 295 net/disk_cache/blockfile/index_table_v3.cc int EntryCell::GetReuse() const { EntryCell 299 net/disk_cache/blockfile/index_table_v3.cc int EntryCell::GetTimestamp() const { EntryCell 303 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::SetState(EntryState state) { EntryCell 307 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::SetGroup(EntryGroup group) { EntryCell 311 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::SetReuse(int count) { EntryCell 315 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::SetTimestamp(int timestamp) { EntryCell 320 net/disk_cache/blockfile/index_table_v3.cc EntryCell EntryCell::GetEntryCellForTest(int32 cell_num, EntryCell 326 net/disk_cache/blockfile/index_table_v3.cc EntryCell entry_cell(cell_num, hash, *cell, small_table); EntryCell 330 net/disk_cache/blockfile/index_table_v3.cc return EntryCell(cell_num, hash, address, small_table); EntryCell 333 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::SerializaForTest(IndexCell* destination) { EntryCell 338 net/disk_cache/blockfile/index_table_v3.cc EntryCell::EntryCell() : cell_num_(0), hash_(0), small_table_(false) { EntryCell 342 net/disk_cache/blockfile/index_table_v3.cc EntryCell::EntryCell(int32 cell_num, EntryCell 366 net/disk_cache/blockfile/index_table_v3.cc EntryCell::EntryCell(int32 cell_num, EntryCell 376 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::FixSum() { EntryCell 380 net/disk_cache/blockfile/index_table_v3.cc uint32 EntryCell::GetLocation() const { EntryCell 387 net/disk_cache/blockfile/index_table_v3.cc uint32 EntryCell::RecomputeHash() { EntryCell 399 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::Serialize(IndexCell* destination) const { EntryCell 599 net/disk_cache/blockfile/index_table_v3.cc EntryCell entry_cell(cell_num, hash, *current_cell, small_table_); EntryCell 614 net/disk_cache/blockfile/index_table_v3.cc EntryCell IndexTable::CreateEntryCell(uint32 hash, Addr address) { EntryCell 651 net/disk_cache/blockfile/index_table_v3.cc EntryCell entry_cell(cell_num, hash, address, small_table_); EntryCell 668 net/disk_cache/blockfile/index_table_v3.cc EntryCell IndexTable::FindEntryCell(uint32 hash, Addr address) { EntryCell 683 net/disk_cache/blockfile/index_table_v3.cc EntryCell cell = FindEntryCellImpl(hash, address, state == ENTRY_FREE); EntryCell 731 net/disk_cache/blockfile/index_table_v3.cc EntryCell cell = FindEntryCell(hash, address); EntryCell 753 net/disk_cache/blockfile/index_table_v3.cc void IndexTable::Save(EntryCell* cell) { EntryCell 795 net/disk_cache/blockfile/index_table_v3.cc EntryCell IndexTable::FindEntryCellImpl(uint32 hash, Addr address, EntryCell 808 net/disk_cache/blockfile/index_table_v3.cc EntryCell entry_cell(cell_num, hash, *current_cell, small_table_); EntryCell 821 net/disk_cache/blockfile/index_table_v3.cc return EntryCell(); EntryCell 824 net/disk_cache/blockfile/index_table_v3.cc void IndexTable::CheckState(const EntryCell& cell) { EntryCell 836 net/disk_cache/blockfile/index_table_v3.cc EntryCell bad_cell(cell); EntryCell 847 net/disk_cache/blockfile/index_table_v3.cc void IndexTable::Write(const EntryCell& cell) { EntryCell 921 net/disk_cache/blockfile/index_table_v3.cc EntryCell entry_cell(0, GetFullHash(current_cell, bucket_hash), EntryCell 1020 net/disk_cache/blockfile/index_table_v3.cc EntryCell old_cell(cell_num, hash, *current_cell, small_table_); EntryCell 1030 net/disk_cache/blockfile/index_table_v3.cc EntryCell new_cell = CreateEntryCell(hash, old_cell.GetAddress()); EntryCell 1096 net/disk_cache/blockfile/index_table_v3.cc EntryCell cell(cell_num, GetFullHash(*current_cell, bucket_hash), EntryCell 51 net/disk_cache/blockfile/index_table_v3.h class NET_EXPORT_PRIVATE EntryCell { EntryCell 53 net/disk_cache/blockfile/index_table_v3.h ~EntryCell(); EntryCell 71 net/disk_cache/blockfile/index_table_v3.h static EntryCell GetEntryCellForTest(int32 cell_num, EntryCell 82 net/disk_cache/blockfile/index_table_v3.h EntryCell(); EntryCell 83 net/disk_cache/blockfile/index_table_v3.h EntryCell(int32 cell_num, uint32 hash, Addr address, bool small_table); EntryCell 84 net/disk_cache/blockfile/index_table_v3.h EntryCell(int32 cell_num, EntryCell 114 net/disk_cache/blockfile/index_table_v3.h std::vector<EntryCell> cells; EntryCell 149 net/disk_cache/blockfile/index_table_v3.h virtual void DeleteCell(EntryCell cell) = 0; EntryCell 150 net/disk_cache/blockfile/index_table_v3.h virtual void FixCell(EntryCell cell) = 0; EntryCell 188 net/disk_cache/blockfile/index_table_v3.h EntryCell CreateEntryCell(uint32 hash, Addr address); EntryCell 194 net/disk_cache/blockfile/index_table_v3.h EntryCell FindEntryCell(uint32 hash, Addr address); EntryCell 210 net/disk_cache/blockfile/index_table_v3.h void Save(EntryCell* cell); EntryCell 235 net/disk_cache/blockfile/index_table_v3.h EntryCell FindEntryCellImpl(uint32 hash, Addr address, bool allow_deleted); EntryCell 236 net/disk_cache/blockfile/index_table_v3.h void CheckState(const EntryCell& cell); EntryCell 237 net/disk_cache/blockfile/index_table_v3.h void Write(const EntryCell& cell); EntryCell 12 net/disk_cache/blockfile/index_table_v3_unittest.cc using disk_cache::EntryCell; EntryCell 23 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = EntryCell::GetEntryCellForTest(0, 0, addr, cell, false); EntryCell 42 net/disk_cache/blockfile/index_table_v3_unittest.cc virtual void DeleteCell(EntryCell cell) OVERRIDE {} EntryCell 43 net/disk_cache/blockfile/index_table_v3_unittest.cc virtual void FixCell(EntryCell cell) OVERRIDE {} EntryCell 148 net/disk_cache/blockfile/index_table_v3_unittest.cc TEST(DiskCacheIndexTable, EntryCell) { EntryCell 160 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = EntryCell::GetEntryCellForTest(cell_num, hash, addr, NULL, EntryCell 184 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry2 = EntryCell::GetEntryCellForTest(cell_num, hash, addr, EntryCell 280 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.CreateEntryCell(hash, addr); EntryCell 299 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.FindEntryCell(hash, addr); EntryCell 341 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.CreateEntryCell(hash, addr); EntryCell 388 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.FindEntryCell(hash, entries[0].address); EntryCell 482 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.CreateEntryCell(hash, addr); EntryCell 597 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.CreateEntryCell(hash, addr); EntryCell 631 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.CreateEntryCell(hash, addr); EntryCell 651 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.CreateEntryCell(hash, addr); EntryCell 682 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.CreateEntryCell(hash, addr); EntryCell 700 net/disk_cache/blockfile/index_table_v3_unittest.cc EntryCell entry = index.CreateEntryCell(hash, addr);