Home
last modified time | relevance | path

Searched refs:GetCellGroup (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc92 int GetCellGroup(const IndexCell& cell) { in GetCellGroup() function
173 GetCellGroup(cell) == disk_cache::ENTRY_RESERVED || in SanityCheck()
174 GetCellGroup(cell) > disk_cache::ENTRY_EVICTED) { in SanityCheck()
292 return static_cast<EntryGroup>(GetCellGroup(cell_)); in GetGroup()
923 switch (GetCellGroup(current_cell)) { in UpdateFromBucket()