Home
last modified time | relevance | path

Searched refs:GetOrDownloadState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
Dattachment_service_impl.cc23 class AttachmentServiceImpl::GetOrDownloadState class in syncer::AttachmentServiceImpl
24 : public base::RefCounted<GetOrDownloadState>,
32 GetOrDownloadState(const AttachmentIdList& attachment_ids,
43 friend class base::RefCounted<GetOrDownloadState>;
44 virtual ~GetOrDownloadState();
58 DISALLOW_COPY_AND_ASSIGN(GetOrDownloadState);
61 AttachmentServiceImpl::GetOrDownloadState::GetOrDownloadState( in GetOrDownloadState() function in syncer::AttachmentServiceImpl::GetOrDownloadState
72 AttachmentServiceImpl::GetOrDownloadState::~GetOrDownloadState() { in ~GetOrDownloadState()
76 void AttachmentServiceImpl::GetOrDownloadState::AddAttachment( in AddAttachment()
89 void AttachmentServiceImpl::GetOrDownloadState::AddUnavailableAttachmentId( in AddUnavailableAttachmentId()
[all …]
/external/chromium_org/sync/internal_api/public/attachments/
Dattachment_service_impl.h81 class GetOrDownloadState;
83 void ReadDone(const scoped_refptr<GetOrDownloadState>& state,
91 void DownloadDone(const scoped_refptr<GetOrDownloadState>& state,