HomeSort by relevance Sort by last modified time
    Searched full:selectionstartindex (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
content_editable_extractor.js 75 var selectionStartIndex = -1;
124 selectionStartIndex == -1 &&
128 selectionStartIndex = textSize;
159 selectionStartIndex = textSize;
184 this.start_ = selectionStartIndex >= 0 ? selectionStartIndex : text.length;

Completed in 63 milliseconds