Lines Matching refs:error

153 			Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error)  argument
181 ui.getComments = function(success, error) argument
183 error({message: mxResources.get('licenseRequired')});
186 ui.addComment = function(comment, success, error) argument
188 error();
225 ui.showError(mxResources.get('error'), err, mxResources.get('ok'));
1001 ui.getRevisions = function(success, error) argument
1003 function getXml(success, error) argument
1005 ui.remoteInvoke('getFileContent', [this.downloadUrl], null, success, error);
1031 }, error);
1355 EmbedFile.prototype.save = function(revision, success, error, unloading, overwrite) argument
1361 this.saveFile(null, revision, success, error, unloading, overwrite); argument
1363 }), error, unloading, overwrite]);
1380 EmbedFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
1448 }), error, token);
1455 else if (error != null)
1457 error(resp);
1464 if (error != null)
1466 error(e);
1504 if (error != null)
1506 error();
1510 else if (error != null)
1512 error();
1515 else if (error != null)
1517 error(err);
1524 if (error != null)
1526 error(e);
1539 if (error != null)
1541 error(e);
1556 if (error != null)
1558 error(e);
1570 EmbedFile.prototype.copyFile = function(success, error) argument
1575 error(); //Since the problem is not fixed //TODO Confirm this is OK??
1581 EmbedFile.prototype.rename = function(title, success, error) argument
1600 }), error);
1646 EmbedFile.prototype.getLatestVersion = function(success, error) argument
1651 }), error);
1755 EmbedFile.prototype.loadDescriptor = function(success, error) argument
1757 ui.remoteInvoke('getFileDescriptor', null, null, success, error);
1762 EmbedFile.prototype.isAutosaveNow = function(success, error) argument