Searched refs:LooperAt (Results 1 - 4 of 4) sorted by path

/haiku/headers/os/app/
H A DApplication.h78 BLooper* LooperAt(int32 index) const;
/haiku/headers/private/app/
H A DLooperList.h39 BLooper* LooperAt(int32 index);
/haiku/src/kits/app/
H A DApplication.cpp805 BLooper* looper = LooperAt(index);
827 BLooper* looper = LooperAt(i);
955 BApplication::LooperAt(int32 index) const function in class:BApplication
960 looper = gLooperList.LooperAt(index);
1109 window = dynamic_cast<BWindow*>(gLooperList.LooperAt(index));
1219 BMessenger messenger(LooperAt(i));
1285 BLooper* looper = LooperAt(index);
1302 BLooper* looper = LooperAt(i);
1480 BWindow* window = dynamic_cast<BWindow*>(gLooperList.LooperAt(i));
1641 BWindow* window = dynamic_cast<BWindow*>(gLooperList.LooperAt(
[all...]
H A DLooperList.cpp127 BLooperList::LooperAt(int32 index) function in class:BPrivate::BLooperList

Completed in 89 milliseconds