OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_renderBar
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineEventOverview.js
108
this.
_renderBar
(bar.start, bar.end, stripHeight, bar.category);
115
this.
_renderBar
(lastBarByGroup[i].start, lastBarByGroup[i].end, stripHeight, lastBarByGroup[i].category);
130
_renderBar
: function(begin, end, height, category)
TimelineFrameOverview.js
174
this.
_renderBar
(this._barNumberToScreenPosition(i), barWidth, windowHeight, frames[i], scale);
241
_renderBar
: function(left, width, windowHeight, frame, scale)
PaintProfilerView.js
150
this.
_renderBar
(i, barHeightByCategory[i]);
158
_renderBar
: function(index, heightByCategory)
Completed in 43 milliseconds