Lines Matching defs:error

139 OneDriveClient.prototype.updateUser = function(success, error, failOnAuth)  argument
214 OneDriveClient.prototype.authenticate = function(success, error, failOnAuth) argument
240 …eClient.prototype.updateAuthInfo = function(newAuthInfo, remember, forceUserUpdate, success, error) argument
270 OneDriveClient.prototype.authenticateStep2 = function(state, success, error, failOnAuth) argument
401 OneDriveClient.prototype.getAccountTypeAndEndpoint = function(success, error) argument
444 OneDriveClient.prototype.executeRequest = function(url, success, error) argument
558 OneDriveClient.prototype.getLibrary = function(id, success, error) argument
581 OneDriveClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
741 OneDriveClient.prototype.renameFile = function(file, filename, success, error) argument
773 OneDriveClient.prototype.moveFile = function(id, folderId, success, error) argument
795 OneDriveClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument
806 OneDriveClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId) argument
920 OneDriveClient.prototype.saveFile = function(file, success, error, etag) argument
967 OneDriveClient.prototype.writeLargeFile = function(url, data, success, error, etag) argument
1145 OneDriveClient.prototype.writeFile = function(url, data, method, contentType, success, error, etag) argument
1329 odPicker = new mxODPicker(div, null, mxUtils.bind(this, function(url, success, error) argument
1335 }), mxUtils.bind(this, function(id, driveId, success, error) argument