Searched refs:replyTo (Results 26 - 33 of 33) sorted by relevance

12

/haiku/headers/os/app/
H A DRoster.h90 BMessenger replyTo) const;
/haiku/src/kits/app/
H A DMessage.cpp906 BMessage::SendReply(uint32 command, BHandler* replyTo) argument
910 return SendReply(&message, replyTo);
915 BMessage::SendReply(BMessage* reply, BHandler* replyTo, bigtime_t timeout) argument
918 BMessenger messenger(replyTo);
924 BMessage::SendReply(BMessage* reply, BMessenger replyTo, bigtime_t timeout) argument
943 status_t result = messenger.SendMessage(reply, replyTo, timeout);
960 status_t result = messenger.SendMessage(reply, replyTo, timeout);
2127 bigtime_t timeout, bool replyRequired, BMessenger& replyTo) const
2209 if (!replyTo.IsValid()) {
2210 BMessenger::Private(replyTo)
[all...]
H A DApplication.cpp1495 BRect dragRect, BHandler* replyTo)
1503 int32 bitmapToken, drawing_mode dragMode, BHandler* replyTo)
H A DRoster.cpp809 BRoster::Broadcast(BMessage* message, BMessenger replyTo) const
819 error = request.AddMessenger("reply_target", replyTo);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp252 POP3Protocol::HandleFetchBody(const entry_ref& ref, const BMessenger& replyTo) argument
302 ReplyBodyFetched(replyTo, ref, B_OK);
/haiku/headers/os/interface/
H A DView.h205 BHandler* replyTo = NULL);
207 BPoint offset, BHandler* replyTo = NULL);
210 BHandler* replyTo = NULL);
/haiku/src/kits/interface/
H A DView.cpp1431 BView::DragMessage(BMessage* message, BRect dragRect, BHandler* replyTo) argument
1447 DragMessage(message, NULL, B_OP_BLEND, offset, replyTo);
1483 DragMessage(message, bitmap, B_OP_BLEND, offset, replyTo);
1489 BHandler* replyTo)
1491 DragMessage(message, image, B_OP_COPY, offset, replyTo);
1497 drawing_mode dragMode, BPoint offset, BHandler* replyTo)
1510 if (replyTo == NULL)
1511 replyTo = this;
1513 if (replyTo->Looper() == NULL)
1532 privateMessage.SetReply(BMessenger(replyTo, replyT
1488 DragMessage(BMessage* message, BBitmap* image, BPoint offset, BHandler* replyTo) argument
1496 DragMessage(BMessage* message, BBitmap* image, drawing_mode dragMode, BPoint offset, BHandler* replyTo) argument
[all...]
/haiku/src/apps/mail/
H A DPrefs.cpp92 int32* replyTo, char** preamble, char** sig, uint32* encoding,
116 fNewReplyTo(replyTo),
213 menu = new BMenuField("replyTo", B_TRANSLATE("Reply account:"),
457 msg->FindInt32("replyTo", fNewReplyTo);
651 msg->AddInt32("replyTo", ACCOUNT_USE_DEFAULT);
657 msg->AddInt32("replyTo", ACCOUNT_FROM_MAIL);
90 TPrefsWindow(BPoint leftTop, BFont* font, int32* level, bool* wrap, bool* attachAttributes, bool* cquotes, int32* account, int32* replyTo, char** preamble, char** sig, uint32* encoding, bool* warnUnencodable, bool* spellCheckStartOn, bool* autoMarkRead, uint8* buttonBar) argument

Completed in 137 milliseconds

12