Home
last modified time | relevance | path

Searched refs:_renderBar (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineEventOverview.js98 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
DPaintProfilerView.js97 this._renderBar(i, barTimes[i] * scale + this._minBarHeight);
104 _renderBar: function(index, height) method in WebInspector.PaintProfilerView
DTimelineFrameOverview.js227 … this._renderBar(this._barNumberToScreenPosition(i), barWidth, windowHeight, frames[i], scale);
294 _renderBar: function(left, width, windowHeight, frame, scale) method in WebInspector.TimelineFrameOverview