HomeSort by relevance Sort by last modified time
    Searched refs:GetAttachmentIds (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sync/api/
sync_data_unittest.cc 88 AttachmentIdList attachment_ids = data.GetAttachmentIds();
104 EXPECT_TRUE(data.GetAttachmentIds().empty());
120 EXPECT_TRUE(data.GetAttachmentIds().empty());
sync_data.h 103 AttachmentIdList GetAttachmentIds() const;
sync_data.cc 202 AttachmentIdList SyncData::GetAttachmentIds() const {
  /external/chromium_org/sync/internal_api/public/
base_node.h 205 const syncer::AttachmentIdList GetAttachmentIds() const;
  /external/chromium_org/sync/internal_api/
base_node.cc 293 const syncer::AttachmentIdList BaseNode::GetAttachmentIds() const {
  /external/chromium_org/components/sync_driver/
generic_change_processor.cc 65 const syncer::AttachmentIdList& attachment_ids = read_node.GetAttachmentIds();
561 syncer::AttachmentIdList attachment_ids = sync_data_local.GetAttachmentIds();
675 SetAttachmentMetadata(sync_data_local.GetAttachmentIds(), sync_node);
generic_change_processor_unittest.cc 415 syncer::AttachmentIdList attachment_ids = node.GetAttachmentIds();

Completed in 665 milliseconds