Lines Matching refs:entry
34 // Updates the ranking information for an entry.
35 void UpdateRank(EntryImpl* entry, bool modified);
37 // Notifications of interesting events for a given entry.
38 void OnOpenEntry(EntryImpl* entry);
39 void OnCreateEntry(EntryImpl* entry);
40 void OnDoomEntry(EntryImpl* entry);
41 void OnDestroyEntry(EntryImpl* entry);
51 void ReportTrimTimes(EntryImpl* entry);
52 Rankings::List GetListForEntry(EntryImpl* entry);
59 void UpdateRankV2(EntryImpl* entry, bool modified);
60 void OnOpenEntryV2(EntryImpl* entry);
61 void OnCreateEntryV2(EntryImpl* entry);
62 void OnDoomEntryV2(EntryImpl* entry);
63 void OnDestroyEntryV2(EntryImpl* entry);
64 Rankings::List GetListForEntryV2(EntryImpl* entry);