OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_framemodel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameOverview.js
41
this.
_frameModel
= frameModel;
90
var frames = this.
_frameModel
.frames();
TimelinePanel.js
227
_frameModel
: function()
591
this._overviewControls.push(new WebInspector.TimelineFrameOverview(this._model, this.
_frameModel
()));
596
this._addModeView(new WebInspector.TimelineFlameChart(this, this._tracingTimelineModel, this.
_frameModel
()));
614
this._lazyTimelineView.setFrameModel(isFrameMode ? this.
_frameModel
() : null);
[
all
...]
TimelineFlameChart.js
42
this.
_frameModel
= frameModel;
184
this._appendFrameBars(this.
_frameModel
.frames());
TimelineView.js
82
this.
_frameModel
= frameModel;
473
if (this.
_frameModel
) {
474
var frames = this.
_frameModel
.filteredFrames(windowStartTime, windowEndTime);
[
all
...]
Completed in 206 milliseconds