Searched refs:EachElement (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/servers/media_addon/
H A DMediaFilePlayer.cpp33 MediaFilePlayer *player = list.EachElement(FindMediaFilePlayer, (void *)media_name);
/haiku-fatelf/headers/os/support/
H A DObjectList.h87 void *EachElement(GenericEachFunction, void *);
169 T* EachElement(EachFunction, void*);
170 const T* EachElement(ConstEachFunction, void*) const;
636 BObjectList<T>::EachElement(EachFunction func, void* params) function in class:BObjectList
638 return (T*)_PointerList_::EachElement((GenericEachFunction)func, params);
644 BObjectList<T>::EachElement(ConstEachFunction func, void* params) const function in class:BObjectList
647 const_cast<BObjectList<T>*>(this)->_PointerList_::EachElement(
/haiku-fatelf/src/kits/support/
H A DPointerList.cpp270 _PointerList_::EachElement(GenericEachFunction function, void *arg) function in class:_PointerList_
/haiku-fatelf/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp341 list.EachElement(CopyTo, &clone);
344 void* item = list.EachElement(FirstItem, NULL);
478 // list.EachElement(NULL, NULL);
/haiku-fatelf/src/kits/tracker/
H A DOpenWithWindow.cpp231 if (list->EachElement(FindOne, &type))
302 openedFileTypes.EachElement(SetDefaultAppForOneType,
1226 if (fSignatures.EachElement(FindOne, (void*)str))
1296 fSignatures.EachElement(AddOnePredicateTerm, &params);
H A DFindPanel.cpp1876 templates.EachElement(AddOneRecentItem, &params);
H A DContainerWindow.cpp3018 if (uniqueList->EachElement(MatchOne, name)) {
H A DPoseView.cpp9182 fPoseList->EachElement(DumpOne, 0);

Completed in 136 milliseconds