Lines Matching refs:unbind

1021 	    unbind = window.removeEventListener ? 'removeEventListener' : 'detachEvent',
1052 el[unbind](prefix$6 + type, fn, capture || false);
1058 unbind: unbind_1
1111 return componentEvent.unbind(el, type, fn, capture);
1116 unbind: unbind$1
20290 delegate.unbind(node, event, handler.$delegate);
21829 self.unbind();
21843 self.unbind();
21904 this.unbind();
21919 Keyboard.prototype.unbind = function() {
21926 componentEvent.unbind(node, 'keydown', this._keydownHandler, true);
21927 componentEvent.unbind(node, 'keyup', this._keyupHandler, true);
22389 componentEvent.unbind(document, 'mousemove', handleMove);
22390 componentEvent.unbind(document, 'mouseup', handleEnd);
25422 componentEvent.unbind(node, e, stopEvent, true);
27632 componentEvent.unbind(document, 'mousemove', move);
27634 componentEvent.unbind(document, 'dragstart', preventDefault$1);
27635 componentEvent.unbind(document, 'selectstart', preventDefault$1);
27637 componentEvent.unbind(document, 'mousedown', endDrag, true);
27638 componentEvent.unbind(document, 'mouseup', endDrag, true);
27640 componentEvent.unbind(document, 'keyup', checkCancel);
27642 componentEvent.unbind(document, 'touchstart', trapTouch, true);
27643 componentEvent.unbind(document, 'touchcancel', cancel, true);
27644 componentEvent.unbind(document, 'touchmove', move, true);
27645 componentEvent.unbind(document, 'touchend', end, true);
30825 componentEvent.unbind(document,'mousemove', onMouseMove, false);
30826 componentEvent.unbind(document, 'mouseup', onMouseUp, false);
30865 componentEvent.unbind(content, 'keydown', this.keyHandler);
30866 componentEvent.unbind(content, 'mousedown', stopPropagation);
30867 componentEvent.unbind(content, 'input', this.autoResize);
30868 componentEvent.unbind(content, 'paste', this.handlePaste);
56940 delegate.unbind(m.el, m.type, m.listener);