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

  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.h 62 EntryGroup GetGroup() const;
67 void SetGroup(EntryGroup group);
214 // according to their EntryGroup.
disk_format_v3.h 114 enum EntryGroup {
171 // as determined by the EntryGroup (two files in total, one for active entries
index_table_v3.cc 143 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) {
    [all...]
index_table_v3_unittest.cc 156 disk_cache::EntryGroup group = disk_cache::ENTRY_HIGH_USE;

Completed in 2493 milliseconds