Home
last modified time | relevance | path

Searched refs:highlightLine (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DScriptView.js87 highlightLine: WebInspector.SourceView.prototype.highlightLine, property in WebInspector.ScriptView
DSourceView.js263 highlightLine: function(lineNumber) method in WebInspector.SourceView
266 this.sourceFrame.highlightLine(lineNumber);
DSourceFrame.js179 highlightLine: function(lineNumber) method in WebInspector.SourceFrame
267 this.highlightLine(this._lineNumberToHighlight);
DScriptsPanel.js636 if (view.highlightLine && shouldHighlightLine)
637 view.highlightLine(line);
DResourcesPanel.js601 if (view.highlightLine)
602 view.highlightLine(line);
/external/webkit/WebCore/
DChangeLog-2008-08-1015651 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 the
17385 (WebInspector.SourceView.prototype.highlightLine): Added. Calls
DChangeLog-2009-06-165707 (WebInspector.SourceFrame.prototype.highlightLine):