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

  /external/chromium_org/sync/internal_api/public/attachments/
fake_attachment_downloader.h 13 // FakeAttachmentDownloader is for tests. For every request it posts a success
15 class SYNC_EXPORT FakeAttachmentDownloader : public AttachmentDownloader,
18 FakeAttachmentDownloader();
19 virtual ~FakeAttachmentDownloader();
26 DISALLOW_COPY_AND_ASSIGN(FakeAttachmentDownloader);
  /external/chromium_org/sync/internal_api/attachments/
fake_attachment_downloader.cc 12 FakeAttachmentDownloader::FakeAttachmentDownloader() {
15 FakeAttachmentDownloader::~FakeAttachmentDownloader() {
19 void FakeAttachmentDownloader::DownloadAttachment(
fake_attachment_downloader_unittest.cc 48 FakeAttachmentDownloader attachment_downloader_;
attachment_service_impl.cc 153 new FakeAttachmentDownloader());
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 57 new syncer::FakeAttachmentDownloader),

Completed in 71 milliseconds