Home
last modified time | relevance | path

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

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