Searched refs:EntryGroup (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_v3.h114 enum EntryGroup { enum in namespace:disk_cache
171 // as determined by the EntryGroup (two files in total, one for active entries
H A Dindex_table_v3.h62 EntryGroup GetGroup() const;
67 void SetGroup(EntryGroup group);
214 // according to their EntryGroup.
H A Dindex_table_v3.cc143 void SetCellGroup(IndexCell* cell, disk_cache::EntryGroup group) {
291 EntryGroup EntryCell::GetGroup() const {
292 return static_cast<EntryGroup>(GetCellGroup(cell_));
307 void EntryCell::SetGroup(EntryGroup group) {
1081 typedef std::pair<int, EntryGroup> AddressAndGroup;
H A Dindex_table_v3_unittest.cc156 disk_cache::EntryGroup group = disk_cache::ENTRY_HIGH_USE;

Completed in 101 milliseconds