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

/haiku/headers/private/app/
H A DLooperList.h38 int32 CountLoopers();
/haiku/src/kits/app/
H A DApplication.cpp803 index = CountLoopers() - index;
943 BApplication::CountLoopers() const function in class:BApplication
947 return gLooperList.CountLoopers();
1107 uint32 count = gLooperList.CountLoopers();
1216 int32 count = CountLoopers();
1282 index = CountLoopers() - index;
1301 for (int32 i = 0; i < CountLoopers(); i++) {
1328 err = reply.AddInt32("result", CountLoopers());
1478 uint32 count = gLooperList.CountLoopers();
1640 for (int32 i = 0; i < gLooperList.CountLoopers();
[all...]
H A DLooperList.cpp118 BLooperList::CountLoopers() function in class:BPrivate::BLooperList
/haiku/headers/os/app/
H A DApplication.h77 int32 CountLoopers() const;

Completed in 396 milliseconds