OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overviewpane
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js
382
this._overviewPane = new WebInspector.CPUProfileFlameChart.
OverviewPane
(dataProvider);
446
* @param {!WebInspector.CPUProfileFlameChart.
OverviewPane
}
overviewPane
448
_updateBoundaries: function(
overviewPane
)
450
this._minimumBoundaries =
overviewPane
._dataProvider.minimumBoundary();
451
var totalTime =
overviewPane
._dataProvider.totalTime();
453
this._xScaleFactor =
overviewPane
._overviewContainer.clientWidth / totalTime;
514
WebInspector.CPUProfileFlameChart.
OverviewPane
= function(dataProvider)
528
WebInspector.CPUProfileFlameChart.
OverviewPane
.prototype = {
Completed in 34 milliseconds