Lines Matching defs:success
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
8192 EditorUi.prototype.importZipFile = function(file, success, onerror) 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