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

/haiku/src/kits/tracker/
H A DTrashWatcher.cpp63 fTrashFull = CheckTrashDirs();
101 if (!fTrashFull) {
102 fTrashFull = true;
123 if (fTrashFull != full) {
124 fTrashFull = full;
143 if (CheckTrashDirs() && !fTrashFull) {
144 fTrashFull = true;
169 fTrashFull ? R_TrashFullIcon : R_TrashIcon, &vectorSize);
H A DTrashWatcher.h62 bool fTrashFull; member in class:BPrivate::BTrashWatcher

Completed in 90 milliseconds