Lines Matching refs:EmbedFile
1285 if (typeof EmbedFile === 'undefined')
1304 EmbedFile.prototype.autosaveDelay = 500; class
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()
1355 EmbedFile.prototype.save = function(revision, success, error, unloading, overwrite)
1369 EmbedFile.prototype.setModified = function(value)
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)
1650 success(new EmbedFile(ui, data, desc));
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)
1755 EmbedFile.prototype.loadDescriptor = function(success, error)
1762 EmbedFile.prototype.isAutosaveNow = function(success, error)