Searched refs:attachment_id_proto (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/sync/syncable/ |
D | directory_unittest.cc | 1591 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 …]
|
D | directory.h | 403 const sync_pb::AttachmentIdProto& attachment_id_proto) const; 409 const sync_pb::AttachmentIdProto& attachment_id_proto,
|
D | directory.cc | 475 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/ |
D | generic_change_processor_unittest.cc | 441 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/ |
D | sync.gyp | 210 'internal_api/public/base/attachment_id_proto.cc', 211 'internal_api/public/base/attachment_id_proto.h',
|
D | BUILD.gn | 165 "internal_api/public/base/attachment_id_proto.cc", 166 "internal_api/public/base/attachment_id_proto.h",
|