Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc88 int GetCellState(const IndexCell& cell) { in GetCellState() function
172 if (GetCellState(cell) > disk_cache::ENTRY_USED || in SanityCheck()
201 static_cast<disk_cache::EntryState>(GetCellState(cell)); in IsNormalState()
288 return static_cast<EntryState>(GetCellState(cell_)); in GetState()