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

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_uploader_impl.cc29 class AttachmentUploaderImpl::UploadState : public net::URLFetcherDelegate, class in class:syncer::AttachmentUploaderImpl
33 // Construct an UploadState.
35 // UploadState encapsulates the state associated with a single upload. When
36 // the upload completes, the UploadState object becomes "stopped".
38 // |owner| is a pointer to the object that owns this UploadState. Upon
41 UploadState(
52 virtual ~UploadState();
61 // It is an error to call |AddUserCallback| on a stopped UploadState (see
101 DISALLOW_COPY_AND_ASSIGN(UploadState);
104 AttachmentUploaderImpl::UploadState function in class:syncer::AttachmentUploaderImpl::UploadState
[all...]

Completed in 627 milliseconds