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

/haiku/src/kits/app/
H A DApplication.cpp64 BObjectList<BLooper> sOnQuitLooperList; variable
321 for (int32 i = 0; i < sOnQuitLooperList.CountItems(); i++) {
322 BLooper* looper = sOnQuitLooperList.ItemAt(i);
973 if (sOnQuitLooperList.HasItem(looper))
976 if (sOnQuitLooperList.AddItem(looper) != true)
990 if (!sOnQuitLooperList.HasItem(looper))
993 if (sOnQuitLooperList.RemoveItem(looper) != true)

Completed in 51 milliseconds