Searched refs:_renderBar (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TimelineEventOverview.js | 98 this._renderBar(bar.start, bar.end, stripHeight, bar.category); 104 …this._renderBar(lastBarByGroup[i].start, lastBarByGroup[i].end, stripHeight, lastBarByGroup[i].cat… 119 _renderBar: function(begin, end, height, category) method in WebInspector.TimelineEventOverview
|
D | PaintProfilerView.js | 97 this._renderBar(i, barTimes[i] * scale + this._minBarHeight); 104 _renderBar: function(index, height) method in WebInspector.PaintProfilerView
|
D | TimelineFrameOverview.js | 227 … this._renderBar(this._barNumberToScreenPosition(i), barWidth, windowHeight, frames[i], scale); 294 _renderBar: function(left, width, windowHeight, frame, scale) method in WebInspector.TimelineFrameOverview
|