Lines Matching full:upload
312 // data segments and/or files containing data to upload. These methods may
313 // be called to construct the data sequence to upload, and they may only be
320 // exceeds the end-of-file, the upload is clipped at end-of-file. If the
336 // Appends the given bytes to the request's upload data to be sent
338 // call MarkEndOfChunks() to indicate the end of upload data.
345 // Set the upload data directly.
346 void set_upload(UploadData* upload);
348 // Get the upload
351 // Returns true if the request has a non-empty message body to upload.
373 // Returns the current upload progress in bytes.