Searched refs:TextChunk (Results 1 – 1 of 1) sorted by relevance
/external/webkit/WebCore/inspector/front-end/ |
D | TextViewer.js | 121 …var chunk = new WebInspector.TextChunk(this._textModel, i, i + this._defaultChunkSize, paintLinesC… 147 …var prefixChunk = new WebInspector.TextChunk(this._textModel, oldChunk.startLine, lineNumber, pain… 153 …var lineChunk = new WebInspector.TextChunk(this._textModel, lineNumber, lineNumber + 1, paintLines… 159 …var suffixChunk = new WebInspector.TextChunk(this._textModel, lineNumber + 1, oldChunk.startLine +… 535 WebInspector.TextChunk = function(textModel, startLine, endLine, paintLinesCallback) class in WebInspector 564 WebInspector.TextChunk.prototype = {
|