Searched refs:textModel (Results 1 – 4 of 4) sorted by relevance
32 WebInspector.TextEditorHighlighter = function(textModel, damageCallback) argument34 this._textModel = textModel;
31 WebInspector.TextViewer = function(textModel, platform, url) argument33 this._textModel = textModel;61 get textModel() getter in WebInspector.TextViewer535 WebInspector.TextChunk = function(textModel, startLine, endLine, paintLinesCallback) argument538 this._textModel = textModel;
505 (WebInspector.TextViewer.prototype.get textModel):
11566 (WebInspector.TextEditor.prototype.get textModel):