Home
last modified time | relevance | path

Searched refs:GetNextRef (Results 1 – 25 of 80) sorted by relevance

1234

/haiku/src/kits/tracker/
H A DEntryIterator.h61 virtual status_t GetNextRef(entry_ref* ref) = 0;
83 virtual status_t GetNextRef(entry_ref* ref);
114 virtual status_t GetNextRef(entry_ref* ref);
147 virtual status_t GetNextRef(entry_ref* ref);
184 virtual status_t GetNextRef(entry_ref* ref);
H A DNodeWalker.h60 virtual status_t GetNextRef(entry_ref*) = 0;
86 virtual status_t GetNextRef(entry_ref*);
123 virtual status_t GetNextRef(entry_ref*);
154 virtual status_t GetNextRef(entry_ref*);
H A DEntryIterator.cpp81 TWalkerWrapper::GetNextRef(entry_ref* ref) in GetNextRef() function in TWalkerWrapper
83 fStatus = fWalker->GetNextRef(ref); in GetNextRef()
203 CachedEntryIterator::GetNextRef(entry_ref* ref) in GetNextRef() function in CachedEntryIterator
218 fStatus = fIterator->GetNextRef(&fEntryRefBuffer[fNumEntries]); in GetNextRef()
399 DirectoryEntryList::GetNextRef(entry_ref* ref) in GetNextRef() function in DirectoryEntryList
401 fStatus = fDirectory.GetNextRef(ref); in GetNextRef()
483 EntryIteratorList::GetNextRef(entry_ref* ref) in GetNextRef() function in EntryIteratorList
491 fStatus = fList.ItemAt(fCurrentIndex)->GetNextRef(ref); in GetNextRef()
H A DRecentItems.h76 virtual status_t GetNextRef(entry_ref*);
124 virtual status_t GetNextRef(entry_ref*);
160 virtual status_t GetNextRef(entry_ref*);
191 virtual status_t GetNextRef(entry_ref*);
H A DRecentItems.cpp273 if (GetNextRef(&ref) != B_OK) in GetNextMenuItem()
363 BRecentItemsList::GetNextRef(entry_ref* result) in GetNextRef() function in BRecentItemsList
413 BRecentFilesList::GetNextRef(entry_ref* ref) in GetNextRef() function in BRecentFilesList
429 return BRecentItemsList::GetNextRef(ref); in GetNextRef()
481 BRecentFoldersList::GetNextRef(entry_ref* ref) in GetNextRef() function in BRecentFoldersList
490 return BRecentItemsList::GetNextRef(ref); in GetNextRef()
505 BRecentAppsList::GetNextRef(entry_ref* ref) in GetNextRef() function in BRecentAppsList
512 return BRecentItemsList::GetNextRef(ref); in GetNextRef()
H A DNodeWalker.cpp62 TWalker::GetNextRef(entry_ref*) in GetNextRef() function in BTrackerPrivate::TWalker
350 TNodeWalker::GetNextRef(entry_ref* ref) in GetNextRef() function in BTrackerPrivate::TNodeWalker
374 status_t err = fTopDir->GetNextRef(ref); in GetNextRef()
379 return GetNextRef(ref); in GetNextRef()
587 TVolWalker::GetNextRef(entry_ref* ref) in GetNextRef() function in BTrackerPrivate::TVolWalker
593 status_t result = _inherited::GetNextRef(ref); in GetNextRef()
600 result = GetNextRef(ref); in GetNextRef()
670 TQueryWalker::GetNextRef(entry_ref* ref) in GetNextRef() function in BTrackerPrivate::TQueryWalker
675 result = fQuery.GetNextRef(ref); in GetNextRef()
H A DTests.cpp285 result = cachingIterator->GetNextRef(&ref); in NextRef()
287 result = walker->GetNextRef(&ref); in NextRef()
304 result = cachingIterator->GetNextRef(&ref); in NextRef()
306 result = walker->GetNextRef(&ref); in NextRef()
H A DVirtualDirectoryEntryList.cpp74 status_t error = GetNextRef(&ref); in GetNextEntry()
83 VirtualDirectoryEntryList::GetNextRef(entry_ref* ref) in GetNextRef() function in BPrivate::VirtualDirectoryEntryList
H A DVirtualDirectoryEntryList.h35 virtual status_t GetNextRef(entry_ref* ref);
/haiku/src/bin/filteredquery/
H A DFilteredQuery.cpp85 TFilteredQuery::GetNextRef(entry_ref *ref) in GetNextRef() function in TFilteredQuery
91 while ((result = BQuery::GetNextRef(&tmpRef)) == B_OK) { in GetNextRef()
121 status_t error = GetNextRef(&ref); in GetNextEntry()
H A DFilteredQuery.h35 virtual status_t GetNextRef(entry_ref *ref);
/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h76 virtual status_t GetNextRef(entry_ref *);
124 virtual status_t GetNextRef(entry_ref *);
160 virtual status_t GetNextRef(entry_ref *);
190 virtual status_t GetNextRef(entry_ref *);
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp100 while (directory.GetNextRef(&ref) == B_OK) { in _LoadLayoutMenu()
131 while (directory.GetNextRef(&ref) == B_OK) { in _LoadMaps()
/haiku/headers/os/storage/
H A DEntryList.h29 virtual status_t GetNextRef(entry_ref* ref) = 0;
/haiku/src/kits/storage/mime/
H A DMimeEntryProcessor.cpp62 while (directory.GetNextRef(&childEntry) == B_OK) in DoRecursively()
/haiku/src/servers/power/
H A Dpower_button_monitor.cpp35 while (dir.GetNextRef(&ref) == B_OK) { in PowerButtonMonitor()
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp102 status_t error = GetNextRef(&ref); in GetNextEntry()
111 BMergedDirectory::GetNextRef(entry_ref* ref) in GetNextRef() function in BMergedDirectory
/haiku/headers/private/storage/
H A DMergedDirectory.h44 virtual status_t GetNextRef(entry_ref* ref);
/haiku/headers/build/private/storage/
H A DMergedDirectory.h44 virtual status_t GetNextRef(entry_ref* ref);
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp174 while (dir.GetNextRef(&ref) >= B_OK) { in _SearchDevices()
280 while (dir.GetNextRef(&ref) >= B_OK) { in _HandleNodeMonitor()
/haiku/src/kits/storage/
H A DMergedDirectory.cpp103 status_t error = GetNextRef(&ref); in GetNextEntry()
112 BMergedDirectory::GetNextRef(entry_ref* ref) in GetNextRef() function in BMergedDirectory
/haiku/docs/user/storage/
H A DEntryList.dox68 GetNextRef(), GetNextDirents(), Rewind() and CountEntries().
80 \fn status_t BEntryList::GetNextRef(entry_ref *ref)
116 GetNextEntry(), GetNextRef(), Rewind() and CountEntries().
/haiku/src/apps/musiccollection/
H A DQueryMonitor.cpp84 if (query->GetNextRef(&entry) != B_OK) { in ReadNextEntry()
/haiku/headers/os/media/
H A DMediaFiles.h26 virtual status_t GetNextRef(BString* _type,
/haiku/headers/private/shared/
H A DQueryFile.h46 virtual status_t GetNextRef(entry_ref* ref);

1234