HomeSort by relevance Sort by last modified time
    Searched refs:textRange (Results 1 - 8 of 8) 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...]
CodeMirrorTextEditor.js 376 * @param {?WebInspector.TextRange} range
390 this.setSelection(WebInspector.TextRange.createFromLocation(range.startLine, range.startColumn));
486 * @return {?WebInspector.TextRange}
521 * @param {!WebInspector.TextRange} textRange
524 copyRange: function(textRange)
526 var pos = WebInspector.CodeMirrorUtils.toPos(textRange.normalize());
651 * @param {!WebInspector.TextRange} range
830 this.setSelection(WebInspector.TextRange.createFromLocation(lineNumber, columnNumber));
899 * @param {!WebInspector.TextRange} rang
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextEditor.js 72 * @return {?WebInspector.TextRange}
104 * @param {!WebInspector.TextRange} range
148 * @param {?WebInspector.TextRange} range
178 * @param {!WebInspector.TextRange} range
180 * @return {!WebInspector.TextRange}
200 * @return {!WebInspector.TextRange}
205 * @return {!Array.<!WebInspector.TextRange>}
210 * @return {?WebInspector.TextRange}
215 * @param {!WebInspector.TextRange} textRange
    [all...]
TextPrompt.js 400 * @param {!Range} textRange
402 _boxForAnchorAtStart: function(selection, textRange)
407 textRange.insertNode(anchorElement);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionServer.js 732 * @param {!WebInspector.TextRange} textRange
734 _makeSourceSelection: function(textRange)
738 startLine: textRange.startLine,
739 startColumn: textRange.startColumn,
740 endLine: textRange.endLine,
741 endColumn: textRange.endColumn,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]

Completed in 508 milliseconds