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

/haiku/src/kits/interface/
H A DShelf.cpp561 while (fReplicants.CountItems() > 0) {
562 replicant_data *data = (replicant_data *)fReplicants.ItemAt(0);
563 fReplicants.RemoveItem((int32)0);
961 int32 index = replicant_data::IndexOf(&fReplicants, replicant, true);
963 replicant_data *item = (replicant_data*)fReplicants.ItemAt(index);
974 int32 index = replicant_data::IndexOf(&fReplicants, data);
976 replicant_data *item = (replicant_data*)fReplicants.ItemAt(index);
987 replicant_data *item = (replicant_data*)fReplicants.ItemAt(index);
998 return fReplicants.CountItems();
1006 replicant_data *item = (replicant_data*)fReplicants
[all...]
/haiku/headers/os/interface/
H A DShelf.h136 BList fReplicants; member in class:BShelf

Completed in 51 milliseconds