Searched defs:UploadFileInfo (Results 1 – 1 of 1) sorted by relevance
48 struct DriveUploader::UploadFileInfo { struct in drive::DriveUploader49 UploadFileInfo(const base::FilePath& local_path, in UploadFileInfo() function66 ~UploadFileInfo() { in ~UploadFileInfo()70 std::string DebugString() const { in DebugString()78 CancelCallback GetCancelCallback() { in GetCancelCallback()83 const base::FilePath file_path;86 const std::string content_type;89 const UploadCompletionCallback completion_callback;92 const ProgressCallback progress_callback;96 GURL upload_location;[all …]