Searched refs:attachment_downloader_ (Results 1 – 5 of 5) sorted by relevance
24 return &attachment_downloader_; in downloader()48 FakeAttachmentDownloader attachment_downloader_; member in syncer::FakeAttachmentDownloaderTest
146 AttachmentDownloader* downloader() { return attachment_downloader_.get(); } in downloader()175 scoped_ptr<AttachmentDownloader> attachment_downloader_; member in syncer::AttachmentDownloaderImplTest191 attachment_downloader_ = in SetUp()
122 attachment_downloader_(attachment_downloader.Pass()), in AttachmentServiceImpl()204 if (attachment_downloader_.get()) { in ReadDone()207 attachment_downloader_->DownloadAttachment( in ReadDone()
169 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
107 const scoped_ptr<AttachmentDownloader> attachment_downloader_; variable