Lines Matching refs:cb
215 var _getParts = function(arr, obj, cb){
219 isString(cb) ? new Function('item', 'index', 'array', cb) : cb
704 * @param {function|Object} cb A function. If cbfn is passed, the value of cb
707 * the scope cb.
711 Deferred.prototype.addBoth = function(cb, cbfn) {
722 * @param {function|Object} cb A function. If cbfn is passed, the value of cb
725 * the scope cb.
729 Deferred.prototype.addCallback = function(cb, cbfn /*...*/) {
737 * @param {function|Object} cb A function. If cbfn is passed, the value of cb
740 * the scope cb.
744 Deferred.prototype.addErrback = function(cb, cbfn) {
783 var cb = null;
797 cb = function(res) {
820 if (cb && this.paused ) {
823 res.addBoth(cb);