Searched refs:recent_entry (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/registrar/
H A DRecentEntries.h43 struct recent_entry { struct
44 recent_entry(const entry_ref *ref, const char *appSig, uint32 index);
49 recent_entry();
72 std::list<recent_entry*> fEntryList;
H A DRecentEntries.cpp39 /*! \struct recent_entry
48 /*! \brief Creates a new recent_entry object.
50 recent_entry::recent_entry(const entry_ref *ref, const char *appSig, function in class:recent_entry
116 std::list<recent_entry*>::iterator item;
125 recent_entry *entry = new (nothrow) recent_entry(ref, appSig, 0);
177 std::list<recent_entry*> duplicateList;
178 std::list<recent_entry*>::iterator item;
207 for (std::list<recent_entry*>
[all...]
H A DTRoster.cpp110 larger_index(const recent_entry* entry1, const recent_entry* entry2)
1954 std::list<recent_entry*>* list = type == etDoc
1983 recent_entry* entry = NULL;
1985 entry = new(nothrow) recent_entry(&ref, app,

Completed in 65 milliseconds