Home
last modified time | relevance | path

Searched refs:attachment_downloader_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
Dfake_attachment_downloader_unittest.cc24 return &attachment_downloader_; in downloader()
48 FakeAttachmentDownloader attachment_downloader_; member in syncer::FakeAttachmentDownloaderTest
Dattachment_downloader_impl_unittest.cc146 AttachmentDownloader* downloader() { return attachment_downloader_.get(); } in downloader()
175 scoped_ptr<AttachmentDownloader> attachment_downloader_; member in syncer::AttachmentDownloaderImplTest
191 attachment_downloader_ = in SetUp()
Dattachment_service_impl.cc122 attachment_downloader_(attachment_downloader.Pass()), in AttachmentServiceImpl()
204 if (attachment_downloader_.get()) { in ReadDone()
207 attachment_downloader_->DownloadAttachment( in ReadDone()
Dattachment_service_impl_unittest.cc169 ASSERT_FALSE(attachment_downloader_); in TearDown()
190 attachment_downloader_ = downloader->AsWeakPtr(); in InitializeAttachmentService()
250 return attachment_downloader_.get(); in downloader()
265 base::WeakPtr<MockAttachmentDownloader> attachment_downloader_; member in syncer::AttachmentServiceImplTest
/external/chromium_org/sync/internal_api/public/attachments/
Dattachment_service_impl.h107 const scoped_ptr<AttachmentDownloader> attachment_downloader_; variable