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

/haiku/headers/os/interface/
H A DShelf.h70 status_t AddReplicant(BMessage* archive,
/haiku/src/kits/interface/
H A DShelf.cpp682 err = AddReplicant(&replicantMsg, pos);
952 BShelf::AddReplicant(BMessage *data, BPoint location) function in class:BShelf
1191 if (AddReplicant(replMsg, point) == B_OK) {
1192 // Detach the deleter since AddReplicant is taking
/haiku/src/apps/deskbar/
H A DStatusView.cpp987 status = fShelf->AddReplicant(archive, BPoint(1, 1));
998 // BShelf::AddReplicant() and TReplicantShelf::CanAcceptReplicantView())

Completed in 48 milliseconds