Searched refs:fCatchUpAnalyserList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/index/
H A DCatchUpManager.cpp158 fCatchUpAnalyserList.RemoveItem(analyser);
197 for (int i = 0; i < fCatchUpAnalyserList.CountItems(); i++)
198 fCatchUpAnalyserList.ItemAt(i)->RemoveAnalyser(name);
224 if (!fCatchUpAnalyserList.AddItem(catchUpAnalyser)) {
246 for (int i = 0; i < fCatchUpAnalyserList.CountItems(); i++) {
247 CatchUpAnalyser* catchUpAnalyser = fCatchUpAnalyserList.ItemAt(i);
251 fCatchUpAnalyserList.MakeEmpty();
H A DCatchUpManager.h74 CatchUpAnalyserList fCatchUpAnalyserList; member in class:CatchUpManager

Completed in 38 milliseconds