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

/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);
/external/chromium_org/sync/internal_api/attachments/
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...]

Completed in 206 milliseconds