Lines Matching refs:prototype

25 DropboxClient.prototype.appPath = '/drawio/';
30 DropboxClient.prototype.extension = '.drawio';
35 DropboxClient.prototype.writingFile = false;
40 DropboxClient.prototype.maxRetries = 4;
42 DropboxClient.prototype.clientId = window.DRAWIO_DROPBOX_ID;
44 DropboxClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/dr…
49 DropboxClient.prototype.logout = function()
66 DropboxClient.prototype.updateUser = function(success, error, failOnAuth)
117 DropboxClient.prototype.authenticate = function(success, error)
134 DropboxClient.prototype.authenticateStep2 = function(state, success, error)
264 DropboxClient.prototype.executePromise = function(promiseFn, success, error)
359 DropboxClient.prototype.getLibrary = function(path, success, error)
367 DropboxClient.prototype.getFile = function(path, success, error, asLibrary)
434 DropboxClient.prototype.readFile = function(arg, success, error, binary)
579 DropboxClient.prototype.checkExists = function(filename, fn, noConfirm)
614 DropboxClient.prototype.renameFile = function(file, filename, success, error)
688 DropboxClient.prototype.insertLibrary = function(filename, data, success, error)
699 DropboxClient.prototype.insertFile = function(filename, data, success, error, asLibrary)
732 DropboxClient.prototype.saveFile = function(filename, data, success, error, folder)
765 DropboxClient.prototype.pickLibrary = function(fn)
830 DropboxClient.prototype.createLibrary = function(file, success, error)
862 DropboxClient.prototype.pickFile = function(fn, readOnly)
975 DropboxClient.prototype.createFile = function(file, success, error)