Lines Matching refs:prototype

148 			EditorUi.prototype.insertPage = function(page, index)
153 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error)
158 …Sidebar.prototype.insertSearchHint = function(div, searchTerm, count, page, results, len, more, te…
169 DrawioFileSync.prototype.fileChangedNotify = function()
1175 var showEntriesOld = Sidebar.prototype.showEntries;
1177 Sidebar.prototype.showEntries = function(stc, remember, force)
1214 var isEntryVisibleOld = Sidebar.prototype.isEntryVisible;
1216 Sidebar.prototype.isEntryVisible = function(key)
1304 EmbedFile.prototype.autosaveDelay = 500;
1309 EmbedFile.prototype.saveDelay = 0;
1314 EmbedFile.prototype.isConflict = function(err)
1322 EmbedFile.prototype.getCurrentUser = function()
1330 EmbedFile.prototype.isAutosave = function()
1339 EmbedFile.prototype.isAutosaveOptional = function()
1347 EmbedFile.prototype.isRenamable = function()
1349 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments);
1355 EmbedFile.prototype.save = function(revision, success, error, unloading, overwrite)
1359 DrawioFile.prototype.save.apply(this, [revision, mxUtils.bind(this, function()
1369 EmbedFile.prototype.setModified = function(value)
1371 DrawioFile.prototype.setModified.apply(this, arguments);
1380 EmbedFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite)
1433 EmbedFile.prototype.autosaveDelay));
1570 EmbedFile.prototype.copyFile = function(success, error)
1581 EmbedFile.prototype.rename = function(title, success, error)
1606 EmbedFile.prototype.getTitle = function()
1614 EmbedFile.prototype.getHash = function()
1622 EmbedFile.prototype.getId = function()
1630 EmbedFile.prototype.isSyncSupported = function()
1638 EmbedFile.prototype.isRevisionHistorySupported = function()
1646 EmbedFile.prototype.getLatestVersion = function(success, error)
1657 EmbedFile.prototype.getChannelId = function()
1672 EmbedFile.prototype.getChannelKey = function()
1680 EmbedFile.prototype.getLastModifiedDate = function()
1688 EmbedFile.prototype.getDescriptor = function()
1696 EmbedFile.prototype.setDescriptor = function(desc)
1704 EmbedFile.prototype.getDescriptorSecret = function(desc)
1712 EmbedFile.prototype.setDescriptorRevisionId = function(desc, id)
1720 EmbedFile.prototype.getDescriptorRevisionId = function(desc)
1728 EmbedFile.prototype.getDescriptorEtag = function(desc)
1736 EmbedFile.prototype.setDescriptorEtag = function(desc, etag)
1744 EmbedFile.prototype.patchDescriptor = function(desc, patch)
1746 DrawioFile.prototype.patchDescriptor.apply(this, arguments);
1755 EmbedFile.prototype.loadDescriptor = function(success, error)
1762 EmbedFile.prototype.isAutosaveNow = function(success, error)