Searched refs:CountReplicants (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/interface/
H A DShelf.h75 int32 CountReplicants() const;
/haiku/src/kits/interface/
H A DShelf.cpp671 err = replyMsg.AddInt32("result", CountReplicants());
996 BShelf::CountReplicants() const function in class:BShelf
1493 ReplicantAt(CountReplicants() - rindex, &replicant, &ID, &err);
1500 for (int32 i = 0; i < CountReplicants(); i++) {
1517 for (int32 i = 0; i < CountReplicants(); i++) {
/haiku/src/apps/deskbar/
H A DStatusView.cpp927 return fShelf->CountReplicants();

Completed in 51 milliseconds