Searched refs:boundarySpan (Results 1 – 7 of 7) sorted by relevance
278 var start = (record.startTime - this.minimumBoundary) / this.boundarySpan * 100;279 var end = (record.endTime - this.minimumBoundary) / this.boundarySpan * 100;302 get boundarySpan() getter in WebInspector.TimelineOverviewCalculator
457 return {start: 0, middle: 0, end: (this._value(item) / this.boundarySpan) * 100};466 get boundarySpan() getter in WebInspector.AbstractTimelineCalculator
462 var start = (record.startTime - this.minimumBoundary) / this.boundarySpan * 100;463 var end = (record.endTime - this.minimumBoundary) / this.boundarySpan * 100;471 this.boundarySpan = this.maximumBoundary - this.minimumBoundary;
61 var slice = calculator.boundarySpan / dividerCount;
786 var start = ((resource.startTime - this.minimumBoundary) / this.boundarySpan) * 100;791 … var middle = ((resource.responseReceivedTime - this.minimumBoundary) / this.boundarySpan) * 100;796 var end = ((resource.endTime - this.minimumBoundary) / this.boundarySpan) * 100;815 return ((eventTime - this.minimumBoundary) / this.boundarySpan) * 100;
29527 (WebInspector.TimelineOverviewCalculator.prototype.get boundarySpan):29553 (WebInspector.TimelineCalculator.prototype.get boundarySpan):41359 (WebInspector.TimelineCalculator.prototype.get boundarySpan):
33635 … Use calculator.boundarySpan when computing the slice. If the slice is NaN, don't make a label.33648 (WebInspector.ResourceCalculator.prototype.get boundarySpan): Return the difference between