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

/haiku/src/servers/mail/
H A DDefaultNotifier.h33 void ReportProgress(uint32 messages, uint64 bytes,
H A DDefaultNotifier.cpp103 DefaultNotifier::ReportProgress(uint32 messages, uint64 bytes, function in class:DefaultNotifier
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp145 ReportProgress(1, 0, B_TRANSLATE("Connect to server" B_UTF8_ELLIPSIS));
154 ReportProgress(1, 0, B_TRANSLATE("Getting UniqueIDs" B_UTF8_ELLIPSIS));
229 ReportProgress(1, 0);
307 ReportProgress(1, 0);
318 ReportProgress(0, 0, B_TRANSLATE("Connecting to POP3 server"
387 ReportProgress(0, 0, B_TRANSLATE("Sending APOP authentication"
415 ReportProgress(0, 0, B_TRANSLATE("Sending username" B_UTF8_ELLIPSIS));
428 ReportProgress(0, 0, B_TRANSLATE("Sending password" B_UTF8_ELLIPSIS));
447 ReportProgress(0, 0, B_TRANSLATE("Getting mailbox size" B_UTF8_ELLIPSIS));
544 ReportProgress(
[all...]
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h40 virtual void ReportProgress(uint32 items, uint64 bytes,
86 void ReportProgress(uint32 items, uint64 bytes,
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp365 ReportProgress(0, 0, B_TRANSLATE("Connecting to server" B_UTF8_ELLIPSIS));
476 ReportProgress(size, 1);
796 ReportProgress (i + 2 /* Don't include the double period here */,0);
809 ReportProgress(bufferLen, 0);
823 ReportProgress(bufferLen - 3, 0);
/haiku/src/kits/mail/
H A DMailProtocol.cpp168 BMailProtocol::ReportProgress(uint32 messages, uint64 bytes, function in class:BMailProtocol
172 MailNotifier()->ReportProgress(messages, bytes, message);

Completed in 129 milliseconds