Home | History | Annotate | Download | only in syncable

Lines Matching refs:attachment_metadata

116     const sync_pb::AttachmentMetadata& attachment_metadata) {
121 me.PutAttachmentMetadata(attachment_metadata);
1587 sync_pb::AttachmentMetadata attachment_metadata;
1588 sync_pb::AttachmentMetadataRecord* record = attachment_metadata.add_record();
1611 entry.PutAttachmentMetadata(attachment_metadata);
1631 sync_pb::AttachmentMetadata attachment_metadata;
1632 sync_pb::AttachmentMetadataRecord* r1 = attachment_metadata.add_record();
1633 sync_pb::AttachmentMetadataRecord* r2 = attachment_metadata.add_record();
1643 entry.PutAttachmentMetadata(attachment_metadata);
1662 sync_pb::AttachmentMetadata attachment_metadata;
1663 sync_pb::AttachmentMetadataRecord* record = attachment_metadata.add_record();
1673 PREFERENCES, "some entry", id, attachment_metadata);
1691 sync_pb::AttachmentMetadata attachment_metadata;
1692 sync_pb::AttachmentMetadataRecord* record = attachment_metadata.add_record();
1701 PREFERENCES, "some entry", id1, attachment_metadata);
1703 PREFERENCES, "some other entry", id2, attachment_metadata);