Lines Matching +defs:s +defs:error
79 App.filesWorkerReq = function(msg, callback, error) argument
82 App.filesWorkerReqInfo[msg.reqId] = {callback: callback, error: error}; property
1187 LocalFile.prototype.getLatestVersion = function(success, error) argument
1209 LocalFile.prototype.copyFile = function(success, error) argument
1313 LocalFile.prototype.save = function(revision, success, error, unloading, overwrite) argument
1317 this.saveFile(revision, success, error, unloading, overwrite); argument
1349 LocalFile.prototype.saveFile = function(revision, success, error, unloading, overwrite) argument
1492 LocalFile.prototype.saveAs = function(title, success, error) argument
1818 EditorUi.prototype.writeImageToClipboard = function(dataUrl, w, h, error) argument
1887 mxElectronRequest.prototype.send = function(callback, error) argument
1997 ExportDialog.exportFile = function(editorUi, name, format, bg, s, b, dpi) argument
2144 EditorUi.prototype.loadDesktopLib = function(libPath, success, error) argument