Symbol: FindNextImage
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.cpp
345
found = FindNextImage(&curRef, &imgRef, next, rewind);
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.cpp
354
found = FindNextImage(&curRef, &imgRef, next, false);
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.h
76
bool FindNextImage(entry_ref *in_current, entry_ref *out_image, bool next, bool rewind);
src/apps/showimage/ImageFileNavigator.cpp
106
virtual bool FindNextImage(const entry_ref& currentRef,
src/apps/showimage/ImageFileNavigator.cpp
286
FindNextImage(ref, ref, false, true);
src/apps/showimage/ImageFileNavigator.cpp
393
return fTrackerNavigator->FindNextImage(currentRef, nextRef, next,
src/apps/showimage/ImageFileNavigator.cpp
397
return fFolderNavigator->FindNextImage(currentRef, nextRef, next,
src/apps/showimage/ImageFileNavigator.cpp
44
virtual bool FindNextImage(const entry_ref& currentRef,
src/apps/showimage/ImageFileNavigator.cpp
554
if (fNavigator->FindNextImage(fCurrentRef, ref, false, true)) {
src/apps/showimage/ImageFileNavigator.cpp
568
if (fNavigator->FindNextImage(fCurrentRef, ref, true, true)) {
src/apps/showimage/ImageFileNavigator.cpp
582
if (fNavigator->FindNextImage(fCurrentRef, ref, true, false)) {
src/apps/showimage/ImageFileNavigator.cpp
596
if (fNavigator->FindNextImage(fCurrentRef, ref, false, false)) {
src/apps/showimage/ImageFileNavigator.cpp
610
return fNavigator->FindNextImage(fCurrentRef, ref, true, false);
src/apps/showimage/ImageFileNavigator.cpp
618
return fNavigator->FindNextImage(fCurrentRef, ref, false, false);
src/apps/showimage/ImageFileNavigator.cpp
625
return fNavigator->FindNextImage(ref, nextRef, true, false);
src/apps/showimage/ImageFileNavigator.cpp
633
return fNavigator->FindNextImage(ref, previousRef, false, false);
src/apps/showimage/ImageFileNavigator.cpp
644
if (!fNavigator->FindNextImage(fCurrentRef, nextRef, true, false)
src/apps/showimage/ImageFileNavigator.cpp
645
&& !fNavigator->FindNextImage(fCurrentRef, nextRef, false, false))
src/apps/showimage/ImageFileNavigator.cpp
66
virtual bool FindNextImage(const entry_ref& currentRef,
src/apps/showimage/ImageFileNavigator.cpp
83
virtual bool FindNextImage(const entry_ref& currentRef,