Home
last modified time | relevance | path

Searched refs:boundarySpan (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineOverviewPane.js241 …return (time - this._minimumBoundary) / this.boundarySpan() * this._workingArea + this.paddingLeft;
246 …ctor.TimelineModel.startTimeInSeconds(record) - this._minimumBoundary) / this.boundarySpan() * 100;
247 …pector.TimelineModel.endTimeInSeconds(record) - this._minimumBoundary) / this.boundarySpan() * 100;
301 boundarySpan: function() method in WebInspector.TimelineOverviewCalculator
DTimelineGrid.js93 var gridSliceTime = calculator.boundarySpan() / dividersCount;
94 var pixelsPerTime = dividersElementClientWidth / calculator.boundarySpan();
253 boundarySpan: function() { } method in WebInspector.TimelineGrid.Calculator
DTimelinePanel.js987 …alculator.formatTime(0, true), this._calculator.formatTime(this._calculator.boundarySpan(), true));
1226 … var boundarySpan = this._overviewPane.windowEndTime() - this._overviewPane.windowStartTime();
1227 var scale = boundarySpan / (width - minWidth - this._timelinePaddingLeft);
1614 …return (time - this._minimumBoundary) / this.boundarySpan() * this._workingArea + this.paddingLeft;
1619 var start = (record.startTime - this._minimumBoundary) / this.boundarySpan() * 100;
1620 …var end = (record.startTime + record.selfTime - this._minimumBoundary) / this.boundarySpan() * 100;
1621 …var endWithChildren = (record.lastChildEndTime - this._minimumBoundary) / this.boundarySpan() * 10…
1622 …cpuWidth = record.coalesced ? endWithChildren - start : record.cpuTime / this.boundarySpan() * 100;
1685 boundarySpan: function() method in WebInspector.TimelineCalculator
DFlameChart.js146 this._timeToPixel = this._width / this.boundarySpan();
196 boundarySpan: function() method in WebInspector.FlameChart.Calculator
268 boundarySpan: function() method in WebInspector.FlameChart.OverviewCalculator
DHeapSnapshotView.js1854 boundarySpan: function() method in WebInspector.HeapTrackingOverviewGrid.OverviewCalculator