Home | History | Annotate | Download | only in common

Lines Matching defs:getLineIndex

260 cvox.ChromeVoxEditableTextBase.prototype.getLineIndex = function(index) {
379 var line = this.getLine(this.getLineIndex(evt.start));
380 var lineStart = this.getLineStart(this.getLineIndex(evt.start));
410 } else if (this.getLineIndex(this.start) !=
411 this.getLineIndex(evt.start)) {
413 var lineValue = this.getLine(this.getLineIndex(evt.start));
1047 cvox.ChromeVoxEditableTextArea.prototype.getLineIndex = function(index) {
1048 return this.getShadow().getLineIndex(index);
1098 var lineIndex = shadow.getLineIndex(node.selectionEnd);
1101 var lastLine = (length == 0) ? 0 : shadow.getLineIndex(length - 1);
1118 var lineIndex = shadow.getLineIndex(node.selectionStart);
1197 cvox.ChromeVoxEditableContentEditable.prototype.getLineIndex = function(index) {
1198 return this.getExtractor().getLineIndex(index);