/haiku/src/kits/tracker/ |
H A D | EntryIterator.h | 61 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 D | NodeWalker.h | 60 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 D | EntryIterator.cpp | 81 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 D | RecentItems.h | 76 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 D | RecentItems.cpp | 273 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 D | NodeWalker.cpp | 62 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 D | Tests.cpp | 285 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 D | VirtualDirectoryEntryList.cpp | 74 status_t error = GetNextRef(&ref); in GetNextEntry() 83 VirtualDirectoryEntryList::GetNextRef(entry_ref* ref) in GetNextRef() function in BPrivate::VirtualDirectoryEntryList
|
H A D | VirtualDirectoryEntryList.h | 35 virtual status_t GetNextRef(entry_ref* ref);
|
/haiku/src/bin/filteredquery/ |
H A D | FilteredQuery.cpp | 85 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 D | FilteredQuery.h | 35 virtual status_t GetNextRef(entry_ref *ref);
|
/haiku/headers/os/be_apps/Tracker/ |
H A D | RecentItems.h | 76 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 D | VirtualKeyboardWindow.cpp | 100 while (directory.GetNextRef(&ref) == B_OK) { in _LoadLayoutMenu() 131 while (directory.GetNextRef(&ref) == B_OK) { in _LoadMaps()
|
/haiku/headers/os/storage/ |
H A D | EntryList.h | 29 virtual status_t GetNextRef(entry_ref* ref) = 0;
|
/haiku/src/kits/storage/mime/ |
H A D | MimeEntryProcessor.cpp | 62 while (directory.GetNextRef(&childEntry) == B_OK) in DoRecursively()
|
/haiku/src/servers/power/ |
H A D | power_button_monitor.cpp | 35 while (dir.GetNextRef(&ref) == B_OK) { in PowerButtonMonitor()
|
/haiku/src/build/libbe/storage/ |
H A D | MergedDirectory.cpp | 102 status_t error = GetNextRef(&ref); in GetNextEntry() 111 BMergedDirectory::GetNextRef(entry_ref* ref) in GetNextRef() function in BMergedDirectory
|
/haiku/headers/private/storage/ |
H A D | MergedDirectory.h | 44 virtual status_t GetNextRef(entry_ref* ref);
|
/haiku/headers/build/private/storage/ |
H A D | MergedDirectory.h | 44 virtual status_t GetNextRef(entry_ref* ref);
|
/haiku/src/add-ons/input_server/devices/wacom/ |
H A D | MasterServerDevice.cpp | 174 while (dir.GetNextRef(&ref) >= B_OK) { in _SearchDevices() 280 while (dir.GetNextRef(&ref) >= B_OK) { in _HandleNodeMonitor()
|
/haiku/src/kits/storage/ |
H A D | MergedDirectory.cpp | 103 status_t error = GetNextRef(&ref); in GetNextEntry() 112 BMergedDirectory::GetNextRef(entry_ref* ref) in GetNextRef() function in BMergedDirectory
|
/haiku/docs/user/storage/ |
H A D | EntryList.dox | 68 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 D | QueryMonitor.cpp | 84 if (query->GetNextRef(&entry) != B_OK) { in ReadNextEntry()
|
/haiku/headers/os/media/ |
H A D | MediaFiles.h | 26 virtual status_t GetNextRef(BString* _type,
|
/haiku/headers/private/shared/ |
H A D | QueryFile.h | 46 virtual status_t GetNextRef(entry_ref* ref);
|