Searched refs:highlightLine (Results 1 – 7 of 7) sorted by relevance
87 highlightLine: WebInspector.SourceView.prototype.highlightLine, property in WebInspector.ScriptView
263 highlightLine: function(lineNumber) method in WebInspector.SourceView266 this.sourceFrame.highlightLine(lineNumber);
179 highlightLine: function(lineNumber) method in WebInspector.SourceFrame267 this.highlightLine(this._lineNumberToHighlight);
636 if (view.highlightLine && shouldHighlightLine)637 view.highlightLine(line);
601 if (view.highlightLine)602 view.highlightLine(line);
15651 argument that triggers the highlightLine() call on the SourceFrame.15842 (WebInspector.ScriptView.prototype.highlightLine): Added.15848 highlightLine on the view.17377 highlightLine on the view if that function exists.17379 (WebInspector.SourceFrame.prototype.highlightLine): Added. Adds the17385 (WebInspector.SourceView.prototype.highlightLine): Added. Calls
5707 (WebInspector.SourceFrame.prototype.highlightLine):