Searched refs:replicant (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/interface/
H A DShelf.cpp13 /*! BShelf stores replicant views that are dropped onto it */
589 BHandler *replicant = NULL; local
590 if (msg->FindPointer("_target", (void **)&replicant) == B_OK) {
591 BView *view = dynamic_cast<BView *>(replicant);
616 BView *replicant = NULL; local
627 err = replyMsg.AddString("suites", "suite/vnd.Be-replicant");
635 repMessage = ReplicantAt(i, &replicant, &ID, &err);
636 if (err == B_OK && replicant) {
639 err = replicant->Archive(&archive);
644 // now handles the replicant suit
748 BView *replicant = NULL; local
959 DeleteReplicant(BView *replicant) argument
1073 ReplicantDeleted(int32 index, const BMessage *archive, const BView *replicant) argument
1183 BMessage replicant; local
1314 BView* replicant = NULL; local
1369 BView *replicant = NULL; local
1413 _GetReplicantData(BMessage *data, BView *view, BView *&replicant, BDragger *&dragger, BDragger::relation &relation) argument
1480 BView *replicant = NULL; local
[all...]
/haiku/headers/os/interface/
H A DShelf.h72 status_t DeleteReplicant(BView* replicant);
92 const BView *replicant);
114 BPrivate::replicant_data* replicant);
126 BView* view, BView*& replicant,
/haiku/src/bin/desklink/
H A Ddesklink.cpp32 // the application signature used by the replicant to find the
85 BString replicant = "DeskButton"; local
88 replicant = argv[i] + 9;
90 printf("desklink: Missing replicant name.\n");
96 while (deskbar.GetItemInfo(replicant.String(), &found_id) == B_OK) {
99 printf("desklink: Error removing replicant id "
/haiku/src/apps/pulse/
H A DPulseApp.cpp254 * both as a replicant and not.
319 DeskbarPulseView *replicant = new DeskbarPulseView(rect); local
320 status_t err = deskbar->AddItem(replicant);
321 delete replicant;
/haiku/src/servers/input/
H A DInputServer.h153 void SetMethodReplicant(const BMessenger *replicant);
H A DAddOnManager.cpp417 // we remove the method replicant
593 ERROR("Deskbar refuses to add method replicant: %s\n", strerror(err));
611 // enum replicant in Status view
622 BMessage replicant; local
623 if (_GetReplicantView(status, uid, &replicant) == B_OK) {
625 if (replicant.FindMessenger("result", &result) == B_OK) {
634 ERROR("LoadReplicant(): Method replicant not found!\n");
642 // So here we want to get the Unique ID of the replicant at the given index
650 request.AddSpecifier("Replicant", index);// of the index'th replicant
668 // replicant wit
[all...]

Completed in 64 milliseconds