HomeSort by relevance Sort by last modified time
    Searched defs:attachment_ids (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/api/
sync_data_unittest.cc 88 AttachmentIdList attachment_ids = data.GetAttachmentIds(); local
89 EXPECT_EQ(3U, attachment_ids.size());
  /external/chromium_org/sync/api/attachments/
attachment_service_impl_unittest.cc 180 AttachmentIdList attachment_ids; local
181 attachment_service()->GetOrDownloadAttachments(attachment_ids,
191 AttachmentIdList attachment_ids; local
192 attachment_ids.push_back(AttachmentId::Create());
193 attachment_service()->GetOrDownloadAttachments(attachment_ids,
196 local_attachments.insert(attachment_ids[0]);
202 EXPECT_TRUE(last_download_attachments()->find(attachment_ids[0]) !=
208 AttachmentIdList attachment_ids; local
209 attachment_ids.push_back(AttachmentId::Create());
210 attachment_ids.push_back(AttachmentId::Create())
    [all...]
  /external/chromium_org/components/sync_driver/
generic_change_processor.cc 48 // Replace |write_nodes|'s attachment ids with |attachment_ids|.
49 void SetAttachmentMetadata(const syncer::AttachmentIdList& attachment_ids,
54 attachment_ids.begin(),
55 attachment_ids.end(),
65 const syncer::AttachmentIdList& attachment_ids = read_node.GetAttachmentIds(); local
72 attachment_ids,
84 attachment_ids,
561 syncer::AttachmentIdList attachment_ids = sync_data_local.GetAttachmentIds(); local
562 SetAttachmentMetadata(attachment_ids, sync_node);
generic_change_processor_unittest.cc 415 syncer::AttachmentIdList attachment_ids = node.GetAttachmentIds(); local
416 EXPECT_EQ(1U, attachment_ids.size());

Completed in 91 milliseconds