Searched refs:FindNextImage (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/showimage/
H A DImageFileNavigator.cpp44 virtual bool FindNextImage(const entry_ref& currentRef,
66 virtual bool FindNextImage(const entry_ref& currentRef,
83 virtual bool FindNextImage(const entry_ref& currentRef,
106 virtual bool FindNextImage(const entry_ref& currentRef,
179 TrackerNavigator::FindNextImage(const entry_ref& currentRef, entry_ref& ref, function in class:TrackerNavigator
267 FindNextImage(ref, ref, false, true);
277 FolderNavigator::FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, function in class:FolderNavigator
370 AutoAdjustingNavigator::FindNextImage(const entry_ref& currentRef, function in class:AutoAdjustingNavigator
374 return fTrackerNavigator->FindNextImage(currentRef, nextRef, next,
378 return fFolderNavigator->FindNextImage(currentRe
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h76 bool FindNextImage(entry_ref *in_current, entry_ref *out_image, bool next, bool rewind);
H A DSlideShowSaver.cpp345 found = FindNextImage(&curRef, &imgRef, next, rewind);
351 // 4. The call to FindNextImage fails for any other reason
354 found = FindNextImage(&curRef, &imgRef, next, false);
399 SlideShowSaver::FindNextImage(entry_ref *in_current, entry_ref *out_image, bool next, bool rewind) function in class:SlideShowSaver

Completed in 36 milliseconds