Searched refs:highlightRange (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTextEditor.js102 highlightRange: function(range, cssClass) { },
H A DJavaScriptSourceFrame.js264 var highlightRange = new WebInspector.TextRange(anchorBox.lineNumber, startHighlight, anchorBox.lineNumber, endHighlight);
265 this._popoverAnchorBox._highlightDescriptor = this.textEditor.highlightRange(highlightRange, "source-frame-eval-expression");
H A DAceTextEditor.js186 highlightRange: function(range, cssClass)
188 console.log("aceEditor.highlightRange not implemented");
H A DCodeMirrorTextEditor.js222 highlightRange: function(range, cssClass)
H A DDefaultTextEditor.js188 highlightRange: function(range, cssClass) method in class:WebInspector.DefaultTextEditor
190 return this._mainPanel.highlightRange(range, cssClass);
1631 highlightRange: function(range, cssClass)
3624 this._highlightDescriptors.push(this._textEditor.highlightRange(WebInspector.TextRange.createFromLocation(enclosingBraces.leftBrace.lineNumber, enclosingBraces.leftBrace.column), "text-editor-brace-match"));
3625 this._highlightDescriptors.push(this._textEditor.highlightRange(WebInspector.TextRange.createFromLocation(enclosingBraces.rightBrace.lineNumber, enclosingBraces.rightBrace.column), "text-editor-brace-match"));

Completed in 74 milliseconds