Searched refs:getDownCursorOffset (Results 1 – 2 of 2) sorted by relevance
22675 getDownCursorOffset: function(e, isRight) { method22760 var offset = this.getDownCursorOffset(e, this._selectionDirection === 'right');
15 …getDownCursorOffset:function(e,isRight){var selectionProp=isRight?this.selectionEnd:this.selection…