Lines Matching refs:DropboxFile
5 DropboxFile = function(ui, data, stat) class
13 mxUtils.extend(DropboxFile, DrawioFile);
21 DropboxFile.prototype.getId = function()
32 DropboxFile.prototype.getHash = function()
43 DropboxFile.prototype.getMode = function()
51 DropboxFile.prototype.isAutosaveOptional = function()
62 DropboxFile.prototype.getTitle = function()
73 DropboxFile.prototype.isRenamable = function()
81 DropboxFile.prototype.getSize = function()
89 DropboxFile.prototype.isRevisionHistorySupported = function()
97 DropboxFile.prototype.getRevisions = function(success, error)
143 DropboxFile.prototype.getLatestVersion = function(success, error)
151 DropboxFile.prototype.updateDescriptor = function(newFile)
162 DropboxFile.prototype.save = function(revision, success, error, unloading, overwrite)
173 DropboxFile.prototype.saveAs = function(title, success, error)
184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite)
203 DropboxFile.prototype.saveFile = function(title, revision, success, error)
309 DropboxFile.prototype.rename = function(title, success, error)