Searched refs:revealLine (Results 1 – 5 of 5) sorted by relevance
118 revealLine: function(lineNumber) { }, method in WebInspector.TextEditor
143 this.textEditor.revealLine(start[0]);
237 revealLine: function(line) method in WebInspector.SourceFrame250 this._textEditor.revealLine(this._lineToReveal);
321 this.revealLine(range.startLine);671 revealLine: function(lineNumber) method in WebInspector.CodeMirrorTextEditor793 this.revealLine(lineNumber);
665 sourceFrame.revealLine(uiLocation.lineNumber);