Searched refs:CachedDirectoryEntryList (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DEntryIterator.h159 class CachedDirectoryEntryList : public CachedEntryIterator { class in namespace:BPrivate
164 CachedDirectoryEntryList(const BDirectory &);
165 virtual ~CachedDirectoryEntryList();
H A DEntryIterator.cpp361 // #pragma mark - CachedDirectoryEntryList
364 CachedDirectoryEntryList::CachedDirectoryEntryList(const BDirectory& directory) function in class:CachedDirectoryEntryList
374 CachedDirectoryEntryList::~CachedDirectoryEntryList()
H A DDesktopPoseView.cpp89 = new CachedDirectoryEntryList(*sourceDirectory);
H A DPoseView.cpp1202 EntryListBase* entryList = new CachedDirectoryEntryList(*directory);

Completed in 105 milliseconds