Searched refs:AttachmentDownloaderImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader.cc14 // Factory function for creating AttachmentDownloaderImpl.
15 // It is introduced to avoid SYNC_EXPORT-ing AttachmentDownloaderImpl since it
26 new AttachmentDownloaderImpl(sync_service_url,
H A Dattachment_downloader_impl.cc18 struct AttachmentDownloaderImpl::DownloadState {
32 AttachmentDownloaderImpl::DownloadState::DownloadState(
38 AttachmentDownloaderImpl::AttachmentDownloaderImpl( function in class:syncer::AttachmentDownloaderImpl
58 AttachmentDownloaderImpl::~AttachmentDownloaderImpl() {
61 void AttachmentDownloaderImpl::DownloadAttachment(
83 void AttachmentDownloaderImpl::OnGetTokenSuccess(
104 void AttachmentDownloaderImpl::OnGetTokenFailure(
125 void AttachmentDownloaderImpl
[all...]
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_downloader_impl.h19 class AttachmentDownloaderImpl : public AttachmentDownloader, class in namespace:syncer
33 AttachmentDownloaderImpl(
41 virtual ~AttachmentDownloaderImpl();
86 DISALLOW_COPY_AND_ASSIGN(AttachmentDownloaderImpl);

Completed in 407 milliseconds