Searched refs:EntryListBase (Results 1 - 18 of 18) sorted by relevance

/haiku/src/kits/tracker/
H A DDesktopPoseView.h52 static EntryListBase* InitDesktopDirentIterator(BPoseView*,
64 virtual EntryListBase* InitDirentIterator(const entry_ref*);
H A DEntryIterator.h39 // EntryListBase ones
52 class EntryListBase : public BEntryList { class in namespace:BPrivate
55 EntryListBase();
56 virtual ~EntryListBase() {}
75 class TWalkerWrapper : public EntryListBase {
98 class CachedEntryIterator : public EntryListBase {
142 class DirectoryEntryList : public EntryListBase {
172 class EntryIteratorList : public EntryListBase {
H A DFavoritesMenu.h49 class EntryListBase;
95 EntryListBase* fContainer;
H A DVirtualDirectoryEntryList.cpp26 EntryListBase(),
50 EntryListBase(),
66 return EntryListBase::InitCheck();
H A DVirtualDirectoryEntryList.h23 class VirtualDirectoryEntryList : public EntryListBase {
H A DDesktopPoseView.cpp67 EntryListBase*
88 EntryListBase* perDesktopIterator
110 EntryListBase*
H A DEntryIterator.cpp114 // #pragma mark - EntryListBase
117 EntryListBase::EntryListBase() function in class:EntryListBase
125 EntryListBase::InitCheck() const
132 EntryListBase::Next(dirent* ent)
447 EntryListBase* fixedEntry = dynamic_cast<EntryListBase*>(entry);
H A DQueryPoseView.h75 virtual EntryListBase* InitDirentIterator(const entry_ref*);
107 class QueryEntryListCollection : public EntryListBase {
H A DVirtualDirectoryPoseView.h35 virtual EntryListBase* InitDirentIterator(const entry_ref* ref);
H A DOpenWithWindow.h70 class SearchForSignatureEntryList : public EntryListBase {
226 virtual EntryListBase* InitDirentIterator(const entry_ref* ref);
227 virtual void ReturnDirentIterator(EntryListBase* iterator);
336 class ConditionalAllAppsIterator : public EntryListBase {
H A DFilePanelPriv.h181 virtual EntryListBase* InitDirentIterator(const entry_ref*);
H A DQueryPoseView.cpp217 EntryListBase*
587 EntryListBase(),
H A DPoseView.h72 class EntryListBase;
428 virtual EntryListBase* InitDirentIterator(const entry_ref*);
431 virtual void ReturnDirentIterator(EntryListBase* iterator);
H A DVirtualDirectoryPoseView.cpp117 EntryListBase*
H A DOpenWithWindow.cpp656 EntryListBase*
689 OpenWithPoseView::ReturnDirentIterator(EntryListBase* iterator)
H A DFilePanelPriv.cpp1857 EntryListBase*
H A DPoseView.cpp1181 EntryListBase*
1202 EntryListBase* entryList = new CachedDirectoryEntryList(*directory);
1217 BPoseView::ReturnDirentIterator(EntryListBase* iterator)
1408 EntryListBase* container = view->InitDirentIterator(&ref);
/haiku/headers/private/tracker/
H A DNavMenu.h58 class EntryListBase;
143 EntryListBase* fContainer;

Completed in 128 milliseconds