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

/haiku/src/servers/app/
H A DDelayedMessage.cpp149 AttachmentList& Attachments() {return fAttachments;}
150 const AttachmentList& Attachments() const {return fAttachments;}
162 AttachmentList fAttachments; member in class:DelayedMessageData
305 fAttachments(3, true),
378 for (int32 index = 0; index < fAttachments.CountItems(); ++index) {
379 attached = fAttachments.ItemAt(index);
405 || other->fAttachments.CountItems() != fAttachments.CountItems())
417 for (int32 index = 0; index < fAttachments.CountItems(); ++index) {
418 attached = fAttachments
[all...]

Completed in 33 milliseconds