Searched refs:getUpCursorOffset (Results 1 – 2 of 2) sorted by relevance
22819 getUpCursorOffset: function(e, isRight) {22898 var offset = this.getUpCursorOffset(e, this._selectionDirection === 'right');
15 …getUpCursorOffset:function(e,isRight){var selectionProp=isRight?this.selectionEnd:this.selectionSt… method