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

/haiku/headers/private/app/
H A DLooperList.h47 struct LooperData { struct in class:BPrivate::BLooperList
48 LooperData();
49 LooperData(BLooper* looper);
50 LooperData(const LooperData& rhs);
51 LooperData& operator=(const LooperData& rhs);
55 typedef std::vector<BLooperList::LooperData>::iterator LooperDataIterator;
58 bool operator()(LooperData& Data);
63 bool operator()(LooperData
[all...]
/haiku/src/kits/app/
H A DLooperList.cpp66 fData.push_back(LooperData(looper));
198 BLooperList::EmptySlotPred(LooperData& data)
212 // #pragma mark - BLooperList::LooperData
215 BLooperList::LooperData::LooperData() function in class:BPrivate::BLooperList::LooperData
222 BLooperList::LooperData::LooperData(BLooper* looper) function in class:BPrivate::BLooperList::LooperData
229 BLooperList::LooperData::LooperData(const LooperData function in class:BPrivate::BLooperList::LooperData
[all...]

Completed in 79 milliseconds