Home | History | Annotate | Download | only in attachments

Lines Matching refs:Attachment

5 #include "sync/api/attachments/attachment.h"
11 Attachment::~Attachment() {}
14 Attachment Attachment::Create(
20 Attachment Attachment::CreateWithId(
23 return Attachment(id, data);
26 const AttachmentId& Attachment::GetId() const { return id_; }
28 const scoped_refptr<base::RefCountedMemory>& Attachment::GetData() const {
32 Attachment::Attachment(const AttachmentId& id,