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

/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp36 MediaFilePlayer* player = list.EachElement(FindMediaFilePlayer,
/haiku/headers/os/support/
H A DObjectList.h88 void *EachElement(GenericEachFunction, void *);
169 T* EachElement(EachFunction, void*);
170 const T* EachElement(ConstEachFunction, void*) const;
638 BObjectList<T>::EachElement(EachFunction func, void* params) function in class:BObjectList
640 return (T*)_PointerList_::EachElement((GenericEachFunction)func, params);
646 BObjectList<T>::EachElement(ConstEachFunction func, void* params) const function in class:BObjectList
649 const_cast<BObjectList<T>*>(this)->_PointerList_::EachElement(
/haiku/src/kits/tracker/
H A DDeskWindow.cpp153 if (!list->EachElement(MatchOne, name)) {
303 fAddOnsList->EachElement(RevertToDefault, this);
361 AddOnShortcut* item = fAddOnsList->EachElement(FindElement,
H A DOpenWithWindow.cpp215 if (list->EachElement(FindOne, &type))
287 openedFileTypes.EachElement(SetDefaultAppForOneType,
1378 if (fSignatures.EachElement(FindOne, (void*)str))
1449 fSignatures.EachElement(AddOnePredicateTerm, &params);
H A DFindPanel.cpp2044 templates.EachElement(AddOneRecentItem, &params);
H A DPoseView.cpp9606 fPoseList->EachElement(DumpOne, 0);
/haiku/src/kits/support/
H A DPointerList.cpp270 _PointerList_::EachElement(GenericEachFunction function, void *arg) function in class:_PointerList_
/haiku/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/src/preferences/backgrounds/
H A DBackgroundsView.cpp1060 BPath* currentPath = fPathList.EachElement(FindPath, &path);

Completed in 175 milliseconds