Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:MemEntryImpl

15 class MemEntryImpl;
24 void Insert(MemEntryImpl* node);
27 void Remove(MemEntryImpl* node);
30 void UpdateRank(MemEntryImpl* node);
33 MemEntryImpl* GetNext(MemEntryImpl* node);
34 MemEntryImpl* GetPrev(MemEntryImpl* node);
37 MemEntryImpl* head_;
38 MemEntryImpl* tail_;