Searched refs:fFileAnalyserList (Results 1 - 3 of 3) sorted by path

/haiku/src/servers/index/
H A DAnalyserDispatcher.h47 FileAnalyserList fFileAnalyserList; member in class:AnalyserDispatcher
H A DVolumeWatcher.cpp127 for (int i = 0; i < fFileAnalyserList.CountItems(); i++)
128 delete fFileAnalyserList.ItemAt(i);
149 for (int i = 0; i < fFileAnalyserList.CountItems(); i++)
150 fFileAnalyserList.ItemAt(i)->AnalyseEntry(ref);
157 for (int i = 0; i < fFileAnalyserList.CountItems(); i++)
158 fFileAnalyserList.ItemAt(i)->DeleteEntry(ref);
165 for (int i = 0; i < fFileAnalyserList.CountItems(); i++)
166 fFileAnalyserList.ItemAt(i)->MoveEntry(oldRef, newRef);
173 for (int i = 0; i < fFileAnalyserList.CountItems(); i++)
174 fFileAnalyserList
[all...]
H A DCatchUpManager.cpp63 for (int i = 0; i < fFileAnalyserList.CountItems(); i++) {
64 FileAnalyser* analyser = fFileAnalyserList.ItemAt(i);
77 for (int i = 0; i < fFileAnalyserList.CountItems(); i++)
78 STRACE("- Analyser %s\n", fFileAnalyserList.ItemAt(i)->Name().String());
124 for (int i = 0; i < fFileAnalyserList.CountItems(); i++) {
125 AnalyserSettings* settings = fFileAnalyserList.ItemAt(i)->Settings();

Completed in 159 milliseconds