/external/chromium_org/sync/api/attachments/ |
D | attachment_id.cc | 13 void AttachmentId::ImmutableAttachmentIdProtoTraits::InitializeWrapper( in InitializeWrapper() 18 void AttachmentId::ImmutableAttachmentIdProtoTraits::DestroyWrapper( in DestroyWrapper() 24 AttachmentId::ImmutableAttachmentIdProtoTraits::Unwrap(const Wrapper& wrapper) { in Unwrap() 29 AttachmentId::ImmutableAttachmentIdProtoTraits::UnwrapMutable( in UnwrapMutable() 34 void AttachmentId::ImmutableAttachmentIdProtoTraits::Swap( in Swap() 40 AttachmentId::~AttachmentId() {} in ~AttachmentId() 42 bool AttachmentId::operator==(const AttachmentId& other) const { in operator ==() 46 bool AttachmentId::operator!=(const AttachmentId& other) const { in operator !=() 50 bool AttachmentId::operator<(const AttachmentId& other) const { in operator <() 55 AttachmentId AttachmentId::Create() { in Create() [all …]
|
D | attachment_id_unittest.cc | 20 AttachmentId id1 = AttachmentId::Create(); in TEST_F() 21 AttachmentId id2 = AttachmentId::Create(); in TEST_F() 26 AttachmentId id1 = AttachmentId::Create(); in TEST_F() 27 AttachmentId id2(id1); in TEST_F() 32 AttachmentId id1 = AttachmentId::Create(); in TEST_F() 35 AttachmentId id2 = AttachmentId::Create(); in TEST_F()
|
D | attachment_id.h | 25 class SYNC_EXPORT AttachmentId { 27 ~AttachmentId(); 31 bool operator==(const AttachmentId& other) const; 33 bool operator!=(const AttachmentId& other) const; 36 bool operator<(const AttachmentId& other) const; 39 static AttachmentId Create(); 42 static AttachmentId CreateFromProto(const sync_pb::AttachmentIdProto& proto); 65 AttachmentId(sync_pb::AttachmentIdProto* proto); 68 typedef std::vector<AttachmentId> AttachmentIdList; 69 typedef std::set<AttachmentId> AttachmentIdSet;
|
D | attachment.h | 42 const AttachmentId& id, 46 const AttachmentId& GetId() const; 52 AttachmentId id_; 55 Attachment(const AttachmentId& id, 60 typedef std::map<AttachmentId, Attachment> AttachmentMap;
|
D | attachment.cc | 16 return CreateWithId(AttachmentId::Create(), data); in Create() 21 const AttachmentId& id, in CreateWithId() 26 const AttachmentId& Attachment::GetId() const { return id_; } in GetId() 32 Attachment::Attachment(const AttachmentId& id, in Attachment()
|
D | attachment_unittest.cc | 40 AttachmentId id = AttachmentId::Create(); in TEST_F()
|
D | fake_attachment_store.h | 22 class AttachmentId; variable
|
/external/chromium_org/sync/internal_api/attachments/ |
D | attachment_downloader_impl_unittest.cc | 138 typedef std::map<AttachmentId, AttachmentDownloader::DownloadResult> 153 const AttachmentId& id) { in download_callback() 161 void DownloadDone(const AttachmentId& attachment_id, 165 void VerifyDownloadResult(const AttachmentId& attachment_id, 223 const AttachmentId& attachment_id, in DownloadDone() 243 const AttachmentId& attachment_id, in VerifyDownloadResult() 256 AttachmentId id1 = AttachmentId::Create(); in TEST_F() 271 AttachmentId id1 = AttachmentId::Create(); in TEST_F() 305 AttachmentId id1 = AttachmentId::Create(); in TEST_F() 306 AttachmentId id2 = AttachmentId::Create(); in TEST_F() [all …]
|
D | attachment_service_impl_unittest.cc | 100 virtual void DownloadAttachment(const AttachmentId& id, in DownloadAttachment() 108 void RespondToDownload(const AttachmentId& id, const DownloadResult& result) { in RespondToDownload() 122 std::map<AttachmentId, DownloadCallback> download_requests; 136 const AttachmentId id = attachment.GetId(); in UploadAttachment() 141 void RespondToUpload(const AttachmentId& id, const UploadResult& result) { in RespondToUpload() 148 std::map<AttachmentId, UploadCallback> upload_requests; 174 const AttachmentId& attachment_id) OVERRIDE { in OnAttachmentUploaded() 257 const std::vector<AttachmentId>& on_attachment_uploaded_list() const { in on_attachment_uploaded_list() 272 std::vector<AttachmentId> on_attachment_uploaded_list_; 292 attachment_ids.push_back(AttachmentId::Create()); in TEST_F() [all …]
|
D | attachment_uploader_impl_unittest.cc | 191 std::vector<AttachmentId>& attachment_ids(); 199 const AttachmentId& attachment_id); 211 std::vector<AttachmentId> attachment_ids_; 318 std::vector<AttachmentId>& 337 const AttachmentId& attachment_id) { in UploadDone() 382 AttachmentId id = AttachmentId::Create(); in TEST_F() 391 AttachmentId id = AttachmentId::Create(); in TEST_F() 400 AttachmentId id = AttachmentId::Create(); in TEST_F() 409 AttachmentId id = AttachmentId::Create(); in TEST_F()
|
D | attachment_service_impl.cc | 40 void AddUnavailableAttachmentId(const AttachmentId& attachment_id); 90 const AttachmentId& attachment_id) { in AddUnavailableAttachmentId() 132 upload_task_queue_.reset(new TaskQueue<AttachmentId>( in AttachmentServiceImpl() 236 const AttachmentId& attachment_id) { in UploadDone() 258 const AttachmentId& attachment_id, in DownloadDone() 272 void AttachmentServiceImpl::BeginUpload(const AttachmentId& attachment_id) { in BeginUpload()
|
D | fake_attachment_downloader_unittest.cc | 53 AttachmentId attachment_id = AttachmentId::Create(); in TEST_F()
|
D | attachment_uploader_impl.cc | 84 const AttachmentId& attachment_id); 160 AttachmentId attachment_id = attachment_.GetId(); in OnURLFetchComplete() 237 const AttachmentId& attachment_id) { in StopAndReportResult() 280 const AttachmentId attachment_id = attachment.GetId(); in UploadAttachment() 314 const AttachmentId& attachment_id) { in GetURLForAttachmentId()
|
D | attachment_downloader_impl.cc | 20 DownloadState(const AttachmentId& attachment_id, 23 AttachmentId attachment_id; 33 const AttachmentId& attachment_id, in DownloadState() 62 const AttachmentId& attachment_id, in DownloadAttachment()
|
D | fake_attachment_uploader.cc | 28 AttachmentId id = attachment.GetId(); in UploadAttachment()
|
D | fake_attachment_downloader.cc | 20 const AttachmentId& attachment_id, in DownloadAttachment()
|
/external/chromium_org/sync/internal_api/public/attachments/ |
D | attachment_service_impl.h | 90 const AttachmentId& attachment_id); 92 const AttachmentId& attachment_id, 95 void BeginUpload(const AttachmentId& attachment_id); 112 scoped_ptr<TaskQueue<AttachmentId> > upload_task_queue_;
|
D | fake_attachment_downloader.h | 22 virtual void DownloadAttachment(const AttachmentId& attachment_id,
|
D | attachment_uploader.h | 27 typedef base::Callback<void(const UploadResult&, const AttachmentId&)>
|
D | attachment_downloader.h | 41 virtual void DownloadAttachment(const AttachmentId& attachment_id,
|
D | attachment_service.h | 58 virtual void OnAttachmentUploaded(const AttachmentId& attachment_id) = 0;
|
/external/chromium_org/components/sync_driver/ |
D | generic_change_processor_unittest.cc | 375 attachment_ids.push_back(syncer::AttachmentId::Create()); in TEST_F() 376 attachment_ids.push_back(syncer::AttachmentId::Create()); in TEST_F() 399 new_attachment_ids.push_back(syncer::AttachmentId::Create()); in TEST_F() 429 attachment_ids.push_back(syncer::AttachmentId::Create()); in TEST_F() 442 syncer::AttachmentId attachment_id = in TEST_F() 443 syncer::AttachmentId::CreateFromProto(attachment_id_proto); in TEST_F() 457 syncer::AttachmentId id1 = syncer::AttachmentId::Create(); in TEST_F() 458 syncer::AttachmentId id2 = syncer::AttachmentId::Create(); in TEST_F()
|
/external/chromium_org/sync/api/ |
D | sync_data_unittest.cc | 75 attachment_ids.push_back(AttachmentId::Create()); in TEST_F() 76 attachment_ids.push_back(AttachmentId::Create()); in TEST_F() 77 attachment_ids.push_back(AttachmentId::Create()); in TEST_F()
|
D | sync_data.cc | 22 const syncer::AttachmentId& attachment_id) { in IdToProto() 26 syncer::AttachmentId ProtoToId(const sync_pb::AttachmentIdProto& proto) { in ProtoToId() 27 return syncer::AttachmentId::CreateFromProto(proto); in ProtoToId()
|
/external/chromium_org/sync/internal_api/ |
D | DEPS | 8 # For accessing attachment primitives like Attachment and AttachmentId. This
|