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/api/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::__anon14688::SyncDataTest
  /external/chromium_org/sync/api/attachments/
attachment_service_impl_unittest.cc 136 AttachmentService* attachment_service() { return attachment_service_.get(); } function in class:syncer::AttachmentServiceImplTest
181 attachment_service()->GetOrDownloadAttachments(attachment_ids,
193 attachment_service()->GetOrDownloadAttachments(attachment_ids,
213 attachment_service()->GetOrDownloadAttachments(attachment_ids,

Completed in 47 milliseconds