Lines Matching defs:error

285 	EditorUi.parsePng = function(f, fn, error)  argument
2181 EditorUi.prototype.loadDescriptor = function(desc, success, error) argument
6662 EditorUi.prototype.getEmbeddedPng = function(success, error, optionalData, scale, border) argument
7452 EditorUi.prototype.convertLucidChart = function(data, success, error) argument
7529 EditorUi.prototype.generateMermaidImage = function(data, config, success, error) argument
7621 EditorUi.prototype.generatePlantUmlImage = function(data, type, success, error) argument
8117 window.listBrowserFiles = mxUtils.bind(this, function(success, error) argument
8122 window.openBrowserFile = mxUtils.bind(this, function(title, success, error) argument
8127 window.deleteBrowserFile = mxUtils.bind(this, function(title, success, error) argument
10590 EditorUi.prototype.writeImageToClipboard = function(dataUrl, w, h, error) argument
11915 error: e.toString(), message: data}), '*'); property
11945 enableRecentDocs? mxUtils.bind(this, function(recentReadyCallback, error, username) argument
11948 …l, enableSearchDocs? mxUtils.bind(this, function(searchStr, searchReadyCallback, error, username) argument
11951 }) : null, mxUtils.bind(this, function(obj, callback, error) argument
12536 parent.postMessage(JSON.stringify({event: 'merge', message: data, error: err}), '*'); property
12561 … parent.postMessage(JSON.stringify({error: 'unknownMessage', data: JSON.stringify(data)}), '*'); property
14181 EditorUi.prototype.remoteInvoke = function(remoteFn, remoteFnArgs, msgMarkers, callback, error) argument
14213 this.remoteInvokeCallbacks.push({callback: wrapper, error: errWrapper}); property
14228 var sendResponse = mxUtils.bind(this, function(resp, error) argument
14318 EditorUi.prototype.openDatabase = function(success, error) argument
14558 EditorUi.prototype.setDatabaseItem = function(key, data, success, error, storeName) argument
14595 EditorUi.prototype.removeDatabaseItem = function(key, success, error, storeName) argument
14621 EditorUi.prototype.getDatabaseItem = function(key, success, error, storeName) argument
14651 EditorUi.prototype.getDatabaseItems = function(success, error, storeName) argument
14691 EditorUi.prototype.getDatabaseItemKeys = function(success, error, storeName) argument
14755 EditorUi.prototype.getComments = function(success, error) argument
14772 EditorUi.prototype.addComment = function(comment, success, error) argument
14838 EditorUi.prototype.getRevisions = function(success, error) argument
14877 …EditorUi.prototype.loadUrl = function(url, success, error, forceBinary, retry, dataUriPrefix, noBi… argument
14907 …EditorUi.prototype.exportToCanvas = function(callback, width, imageCache, background, error, limit… argument
14952 EditorUi.prototype.writeGraphModelToPng = function(data, type, key, value, error) argument