Searched refs:AttachmentUploaderImpl (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_uploader_impl.h23 class SYNC_EXPORT AttachmentUploaderImpl : public AttachmentUploader, class in namespace:syncer
35 AttachmentUploaderImpl(
43 virtual ~AttachmentUploaderImpl();
69 base::WeakPtrFactory<AttachmentUploaderImpl> weak_ptr_factory_;
71 DISALLOW_COPY_AND_ASSIGN(AttachmentUploaderImpl);
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_uploader_impl.cc29 class AttachmentUploaderImpl::UploadState : public net::URLFetcherDelegate,
50 const base::WeakPtr<AttachmentUploaderImpl>& owner);
97 // Pointer to the AttachmentUploaderImpl that owns this object.
98 base::WeakPtr<AttachmentUploaderImpl> owner_;
104 AttachmentUploaderImpl::UploadState::UploadState(
113 const base::WeakPtr<AttachmentUploaderImpl>& owner)
132 AttachmentUploaderImpl::UploadState::~UploadState() {
135 bool AttachmentUploaderImpl::UploadState::IsStopped() const {
140 void AttachmentUploaderImpl::UploadState::AddUserCallback(
147 const Attachment& AttachmentUploaderImpl
253 AttachmentUploaderImpl::AttachmentUploaderImpl( function in class:syncer::AttachmentUploaderImpl
[all...]
H A Dattachment_uploader_impl_unittest.cc170 // Text fixture for AttachmentUploaderImpl test.
173 // for interacting with AttachmentUploaderImpl
197 // An UploadCallback invoked by AttachmentUploaderImpl.
277 uploader().reset(new AttachmentUploaderImpl(url,
386 AttachmentUploaderImpl::GetURLForAttachmentId(sync_service_url, id)
395 AttachmentUploaderImpl::GetURLForAttachmentId(sync_service_url, id)
404 AttachmentUploaderImpl::GetURLForAttachmentId(sync_service_url, id)
413 AttachmentUploaderImpl::GetURLForAttachmentId(sync_service_url, id)
H A Dattachment_downloader_impl.cc66 AttachmentUrl url = AttachmentUploaderImpl::GetURLForAttachmentId(
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc627 attachment_uploader.reset(new syncer::AttachmentUploaderImpl(

Completed in 90 milliseconds