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 87 attachment_ids = data.GetAttachmentIds();
102 EXPECT_TRUE(data.GetAttachmentIds().empty());
117 EXPECT_TRUE(data.GetAttachmentIds().empty());
sync_data.h 103 AttachmentIdList GetAttachmentIds() const;
sync_data.cc 180 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();
553 syncer::AttachmentIdList attachment_ids = sync_data_local.GetAttachmentIds();
654 syncer::AttachmentIdList attachment_ids = sync_data_local.GetAttachmentIds();
generic_change_processor_unittest.cc 449 attachment_ids = node.GetAttachmentIds();

Completed in 59 milliseconds