HomeSort by relevance Sort by last modified time
    Searched defs:textRange (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
SourceFrame.js 278 * @return {!WebInspector.TextRange}
286 * @param {!WebInspector.TextRange} textRange
288 setSelection: function(textRange)
290 this._selectionToSet = textRange;
504 return insertionIndexForObjectInListSortedByFunction(this._textEditor.selection(), this._searchResults, WebInspector.TextRange.comparator);
589 var currentRangeIndex = insertionIndexForObjectInListSortedByFunction(this._textEditor.selection(), ranges, WebInspector.TextRange.comparator);
602 this._textEditor.setSelection(WebInspector.TextRange.createFromLocation(lastLineNumber, lastColumnNumber));
616 ranges.push(new WebInspector.TextRange(i, offset + match.index, i, offset + match.index + match[0].length));
749 * @param {?WebInspector.TextRange} fro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]

Completed in 120 milliseconds