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

/haiku/src/kits/mail/
H A DMailAttachment.cpp442 _attributes_attach(NULL)
452 _attributes_attach(NULL)
462 _attributes_attach(NULL)
478 // _data & _attributes_attach will be deleted by the container
486 _attributes_attach = new BSimpleMailAttachment();
488 _attributes_attach->SetHeaderField("Content-Type",
490 fContainer->AddComponent(_attributes_attach);
598 if (_attributes_attach != NULL)
599 _attributes_attach->SetEncoding(encoding);
676 if ((_attributes_attach
[all...]
/haiku/headers/os/mail/
H A DMailAttachment.h123 BSimpleMailAttachment *_data, *_attributes_attach; member in class:BAttributedMailAttachment

Completed in 23 milliseconds