HomeSort by relevance Sort by last modified time
    Searched refs:AttachmentDownloader (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/sync/api/attachments/
attachment_downloader.cc 9 AttachmentDownloader::~AttachmentDownloader() {
attachment_downloader.h 15 // AttachmentDownloader is responsible for downloading attachments from server.
16 class SYNC_EXPORT AttachmentDownloader {
28 virtual ~AttachmentDownloader();
attachment_service_impl.h 29 scoped_ptr<AttachmentDownloader> attachment_downloader,
63 const AttachmentDownloader::DownloadResult& result,
68 const scoped_ptr<AttachmentDownloader> attachment_downloader_;
attachment_service_impl.cc 112 scoped_ptr<AttachmentDownloader> attachment_downloader,
134 scoped_ptr<AttachmentDownloader> attachment_downloader(
264 const AttachmentDownloader::DownloadResult& result,
266 if (result == AttachmentDownloader::DOWNLOAD_SUCCESS) {
attachment_service_impl_unittest.cc 77 : public AttachmentDownloader,
126 attachment_downloader.PassAs<AttachmentDownloader>(),
228 AttachmentDownloader::DOWNLOAD_SUCCESS);
235 attachment_ids[2], AttachmentDownloader::DOWNLOAD_UNSPECIFIED_ERROR);
  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader_impl_unittest.cc 23 AttachmentDownloader* downloader() {
27 AttachmentDownloader::DownloadCallback download_callback() {
32 const std::vector<AttachmentDownloader::DownloadResult>& download_results() {
42 void DownloadDone(const AttachmentDownloader::DownloadResult& result,
49 std::vector<AttachmentDownloader::DownloadResult> download_results_;
57 EXPECT_EQ(AttachmentDownloader::DOWNLOAD_UNSPECIFIED_ERROR,
fake_attachment_downloader_unittest.cc 23 AttachmentDownloader* downloader() {
27 AttachmentDownloader::DownloadCallback download_callback() {
32 const std::vector<AttachmentDownloader::DownloadResult>& download_results() {
42 void DownloadDone(const AttachmentDownloader::DownloadResult& result,
49 std::vector<AttachmentDownloader::DownloadResult> download_results_;
57 EXPECT_EQ(AttachmentDownloader::DOWNLOAD_SUCCESS, download_results()[0]);
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader_impl.h 13 // An implementation of AttachmentDownloader.
14 class SYNC_EXPORT AttachmentDownloaderImpl : public AttachmentDownloader,
20 // AttachmentDownloader implementation.
fake_attachment_downloader.h 15 class SYNC_EXPORT FakeAttachmentDownloader : public AttachmentDownloader,
21 // AttachmentDownloader implementation.
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 55 scoped_ptr<syncer::AttachmentDownloader>(
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 647 // AttachmentUploader and AttachmentDownloader instead of creating a new one
656 scoped_ptr<syncer::AttachmentDownloader> attachment_downloader(

Completed in 537 milliseconds