Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:entry

44   // Permanently deletes an entry.
45 void InternalDoomEntry(MemEntryImpl* entry);
47 // Updates the ranking information for an entry.
58 // by calling RemoveFromRankingList(|entry|).
59 void InsertIntoRankingList(MemEntryImpl* entry);
61 // Remove |entry| from ranking list. This method is only called from
62 // MemEntryImpl to remove a child entry from the ranking list.
63 void RemoveFromRankingList(MemEntryImpl* entry);
67 virtual int OpenEntry(const std::string& key, Entry** entry,
69 virtual int CreateEntry(const std::string& key, Entry** entry,
78 virtual int OpenNextEntry(void** iter, Entry** next_entry,
88 bool OpenEntry(const std::string& key, Entry** entry);
89 bool CreateEntry(const std::string& key, Entry** entry);
95 bool OpenNextEntry(void** iter, Entry** next_entry);