Searched defs:AttachmentDownloader (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader.cc11 AttachmentDownloader::~AttachmentDownloader() {
17 scoped_ptr<AttachmentDownloader> AttachmentDownloader::Create(
25 return scoped_ptr<AttachmentDownloader>(
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_downloader.h20 // AttachmentDownloader is responsible for downloading attachments from server.
21 class SYNC_EXPORT AttachmentDownloader { class in namespace:syncer
34 virtual ~AttachmentDownloader();
54 static scoped_ptr<AttachmentDownloader> Create(

Completed in 147 milliseconds