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

  /external/chromium_org/sync/api/
sync_data_unittest.cc 14 #include "sync/internal_api/public/attachments/attachment_service.h"
35 : attachment_service(AttachmentServiceImpl::CreateForTest()),
36 attachment_service_weak_ptr_factory(attachment_service.get()),
42 scoped_ptr<AttachmentService> attachment_service; member in class:syncer::__anon15364::SyncDataTest
  /external/chromium_org/sync/internal_api/attachments/
attachment_service_impl_unittest.cc 206 AttachmentService* attachment_service() { return attachment_service_.get(); } function in class:syncer::AttachmentServiceImplTest
276 EXPECT_EQ(store(), attachment_service()->GetStore());
281 attachment_service()->GetOrDownloadAttachments(attachment_ids,
293 attachment_service()->GetOrDownloadAttachments(attachment_ids,
313 attachment_service()->GetOrDownloadAttachments(attachment_ids,
358 attachment_service()->GetOrDownloadAttachments(attachment_ids,
376 attachment_service()->UploadAttachments(attachment_ids);
409 attachment_service()->UploadAttachments(attachment_ids);
427 attachment_service()->UploadAttachments(attachment_ids);
454 attachment_service()->UploadAttachments(attachment_ids)
    [all...]

Completed in 57 milliseconds