Home | History | Annotate | Download | only in attachments

Lines Matching refs:Attachment

11 #include "sync/api/attachments/attachment.h"
89 Attachment attachment1 = Attachment::Create(some_data1);
90 Attachment attachment2 =
91 Attachment::CreateWithId(attachment1.GetId(), some_data2);
122 Attachment attachment1 = Attachment::Create(some_data1);
123 Attachment attachment2 = Attachment::Create(some_data2);
152 Attachment attachment1 = Attachment::Create(some_data1);
153 Attachment attachment2 = Attachment::Create(some_data2);
176 // and that the existing attachment was dropped.
179 Attachment attachment1 = Attachment::Create(some_data1);
180 Attachment attachment2 = Attachment::Create(some_data2);
222 // Verify that attempting to drop an attachment that does not exist is not an
225 Attachment attachment1 = Attachment::Create(some_data1);
232 // Drop the attachment.