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

/haiku/src/apps/showimage/
H A DImageFileNavigator.cpp190 bool foundRef = false; local
191 while (!foundRef) {
216 foundRef = true;
223 return foundRef;
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp591 entry_ref foundRef;
592 while (query.GetNextRef(&foundRef) == B_OK) {
593 PlaylistItem* item = new (std::nothrow) FilePlaylistItem(foundRef);
/haiku/src/apps/mail/
H A DMailWindow.cpp812 bool foundRef = false; local
813 while (!foundRef) {
842 foundRef = true;
846 return foundRef;
1241 bool foundRef = false; local
1247 foundRef = GetTrackerWindowFile(&nextRef,
1288 if (foundRef) {

Completed in 33 milliseconds