Searched refs:GetAttachmentIds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sync/api/
H A Dsync_data_unittest.cc87 attachment_ids = data.GetAttachmentIds();
102 EXPECT_TRUE(data.GetAttachmentIds().empty());
117 EXPECT_TRUE(data.GetAttachmentIds().empty());
H A Dsync_data.h103 AttachmentIdList GetAttachmentIds() const;
H A Dsync_data.cc180 AttachmentIdList SyncData::GetAttachmentIds() const { function in class:syncer::SyncData
/external/chromium_org/sync/internal_api/public/
H A Dbase_node.h205 const syncer::AttachmentIdList GetAttachmentIds() const;
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc293 const syncer::AttachmentIdList BaseNode::GetAttachmentIds() const { function in class:syncer::BaseNode
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor.cc65 const syncer::AttachmentIdList& attachment_ids = read_node.GetAttachmentIds();
553 syncer::AttachmentIdList attachment_ids = sync_data_local.GetAttachmentIds();
654 syncer::AttachmentIdList attachment_ids = sync_data_local.GetAttachmentIds();
H A Dgeneric_change_processor_unittest.cc449 attachment_ids = node.GetAttachmentIds();

Completed in 1247 milliseconds