Lines Matching refs:NotionFile
5 NotionFile = function(ui, data, meta) class
14 mxUtils.extend(NotionFile, DrawioFile);
19 NotionFile.prototype.getId = function()
27 NotionFile.prototype.getHash = function()
35 NotionFile.prototype.getMode = function()
43 NotionFile.prototype.isAutosave = function()
51 NotionFile.prototype.getTitle = function()
59 NotionFile.prototype.getNameField = function()
67 NotionFile.prototype.isRenamable = function()
76 NotionFile.prototype.isCompressedStorage = function()
84 NotionFile.prototype.save = function(revision, success, error, unloading, overwrite)
92 NotionFile.prototype.saveAs = function(title, success, error)
100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite)
116 NotionFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite)