Home
last modified time | relevance | path

Searched refs:attachment_id_proto (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/sync/syncable/
Ddirectory_unittest.cc1591 sync_pb::AttachmentIdProto attachment_id_proto = in TEST_F() local
1593 *record->mutable_id() = attachment_id_proto; in TEST_F()
1594 ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id_proto)); in TEST_F()
1606 ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id_proto)); in TEST_F()
1608 &trans, attachment_id_proto, &metahandles); in TEST_F()
1614 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id_proto)); in TEST_F()
1616 &trans, attachment_id_proto, &metahandles); in TEST_F()
1623 ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id_proto)); in TEST_F()
1625 &trans, attachment_id_proto, &metahandles); in TEST_F()
1628 ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id_proto)); in TEST_F()
[all …]
Ddirectory.h403 const sync_pb::AttachmentIdProto& attachment_id_proto) const;
409 const sync_pb::AttachmentIdProto& attachment_id_proto,
Ddirectory.cc475 const sync_pb::AttachmentIdProto& attachment_id_proto, in GetMetahandlesByAttachmentId() argument
481 kernel_->index_by_attachment_id.find(attachment_id_proto.unique_id()); in GetMetahandlesByAttachmentId()
861 const sync_pb::AttachmentIdProto& attachment_id_proto) const { in IsAttachmentLinked()
864 kernel_->index_by_attachment_id.find(attachment_id_proto.unique_id()); in IsAttachmentLinked()
/external/chromium_org/components/sync_driver/
Dgeneric_change_processor_unittest.cc441 sync_pb::AttachmentIdProto attachment_id_proto = attachment_ids[0].GetProto(); in TEST_F() local
443 syncer::AttachmentId::CreateFromProto(attachment_id_proto); in TEST_F()
/external/chromium_org/sync/
Dsync.gyp210 'internal_api/public/base/attachment_id_proto.cc',
211 'internal_api/public/base/attachment_id_proto.h',
DBUILD.gn165 "internal_api/public/base/attachment_id_proto.cc",
166 "internal_api/public/base/attachment_id_proto.h",