Searched refs:addDecoration (Results 1 – 3 of 3) sorted by relevance
274 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint-disabled");277 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint-conditional");295 this._textViewer.addDecoration(this._executionLine - 1, "webkit-execution-line");315 this._textViewer.addDecoration(msg.line - 1, messageBubbleElement);376 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint");378 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint-disabled");380 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint-conditional");477 this._textViewer.addDecoration(lineNumber - 1, this._conditionElement);
75 addDecoration: function(lineNumber, decoration) method in WebInspector.TextViewer78 chunk.addDecoration(decoration);111 chunk.addDecoration("webkit-highlighted-line");565 addDecoration: function(decoration) method in WebInspector.TextChunk
507 (WebInspector.TextViewer.prototype.addDecoration):