Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.h149 virtual void DeleteCell(EntryCell cell) = 0;
Dindex_table_v3_unittest.cc42 virtual void DeleteCell(EntryCell cell) OVERRIDE {} in DeleteCell() function in __anon03afec390111::MockIndexBackend
Dindex_table_v3.cc833 backend_->DeleteCell(cell); in CheckState()