Searched defs:replyTo (Results 1 - 15 of 15) sorted by relevance

/haiku/src/tests/kits/app/bmessenger/
H A DSMInvoker.cpp49 BHandler *replyTo = (fUseReplyTo ? replyHandler : NULL); local
71 BHandler *replyTo = (fUseReplyTo ? replyHandler : NULL); local
96 BMessenger &replyTo = (fUseReplyTo ? replyMessenger : badMessenger); local
/haiku/src/kits/app/
H A DMessageRunner.cpp40 BMessageRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
49 BMessageRunner(BMessenger target, const BMessage& message, bigtime_t interval, int32 count, BMessenger replyTo) argument
152 StartSending(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
207 _InitData(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
228 _RegisterRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, bool detach, BMessenger replyTo) argument
[all...]
H A DMessenger.cpp162 BMessenger::SendMessage(BMessage* message, BHandler* replyTo, argument
180 BMessenger::SendMessage(BMessage* message, BMessenger replyTo, argument
H A DLooper.cpp240 BLooper::PostMessage(uint32 command, BHandler* handler, BHandler* replyTo) argument
248 BLooper::PostMessage(BMessage* message, BHandler* handler, BHandler* replyTo) argument
907 BLooper::_PostMessage(BMessage* msg, BHandler* handler, BHandler* replyTo) argument
H A DMessage.cpp906 BMessage::SendReply(uint32 command, BHandler* replyTo) argument
915 BMessage::SendReply(BMessage* reply, BHandler* replyTo, bigtime_t timeout) argument
924 BMessage::SendReply(BMessage* reply, BMessenger replyTo, bigtime_t timeout) argument
[all...]
/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp379 BMessenger replyTo; local
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp235 IMAPProtocol::HandleFetchBody(const entry_ref& ref, const BMessenger& replyTo) argument
H A DIMAPConnectionWorker.cpp650 EnqueueFetchBody(IMAPFolder& folder, uint32 uid, const BMessenger& replyTo) argument
H A DIMAPFolder.cpp400 RegisterPendingBodies(IMAP::MessageUIDList& uids, const BMessenger* replyTo) argument
/haiku/src/kits/mail/
H A DMailProtocol.cpp426 BInboundMailProtocol::FetchBody(const entry_ref& ref, BMessenger* replyTo) argument
446 BInboundMailProtocol::ReplyBodyFetched(const BMessenger& replyTo, argument
H A DMailMessage.cpp107 BEmailMessage::ReplyMessage(mail_reply_to_mode replyTo, bool accountFromMail, argument
321 BEmailMessage::SetReplyTo(const char* replyTo, uint32 charset, argument
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp252 POP3Protocol::HandleFetchBody(const entry_ref& ref, const BMessenger& replyTo) argument
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp250 BMessenger* replyTo = ⌖ local
/haiku/src/apps/mail/
H A DPrefs.cpp90 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
/haiku/src/kits/interface/
H A DView.cpp1431 BView::DragMessage(BMessage* message, BRect dragRect, BHandler* replyTo) argument
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...]

Completed in 273 milliseconds