Searched refs:findLineBoundaryLeft (Results 1 – 2 of 2) sorted by relevance
21747 findLineBoundaryLeft: function(startFrom) { method21828 var newSelectionStart = this.findLineBoundaryLeft(selectionStart),23119 var leftLineBoundary = this.findLineBoundaryLeft(this.selectionStart);
13 …findLineBoundaryLeft:function(startFrom){var offset=0,index=startFrom-1;while(!/\n/.test(this.text…15 …(this.selectionStart!==0){if(e.metaKey){var leftLineBoundary=this.findLineBoundaryLeft(this.select…