Searched refs:nextRef (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1343 entry_ref nextRef = fNavigator.CurrentRef(); local
1344 if (_PreloadImage(forward, nextRef))
1345 _PreloadImage(forward, nextRef);
H A DImageFileNavigator.cpp189 entry_ref nextRef = currentRef;
206 specifier.AddRef("data", &nextRef);
212 if (reply.FindRef("result", &nextRef) != B_OK)
215 if (IsImage(nextRef))
222 ref = nextRef;
277 FolderNavigator::FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, argument
296 nextRef = ref;
371 entry_ref& nextRef, bool next, bool rewind)
374 return fTrackerNavigator->FindNextImage(currentRef, nextRef, next,
378 return fFolderNavigator->FindNextImage(currentRef, nextRef, nex
370 FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, bool next, bool rewind) argument
590 GetNextFile(const entry_ref& ref, entry_ref& nextRef) argument
610 entry_ref nextRef; local
[all...]
H A DImageFileNavigator.h57 entry_ref& nextRef);
/haiku/src/apps/mail/
H A DMailWindow.cpp811 entry_ref nextRef = *ref;
822 spc.AddRef("data", &nextRef);
829 if (reply.FindRef("result", &nextRef) != B_OK)
833 BNode node(&nextRef);
845 *ref = nextRef;
1242 entry_ref nextRef; local
1246 nextRef = *fRef;
1247 foundRef = GetTrackerWindowFile(&nextRef,
1290 = static_cast<TMailApp*>(be_app)->FindWindow(nextRef);
1292 OpenMessage(&nextRef, _CurrentCharacterSe
1599 entry_ref nextRef = *fRef; local
[all...]

Completed in 35 milliseconds