Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DTimelineOverviewPane.js278 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
DAbstractTimelinePanel.js457 return {start: 0, middle: 0, end: (this._value(item) / this.boundarySpan) * 100};
466 get boundarySpan() getter in WebInspector.AbstractTimelineCalculator
DTimelinePanel.js462 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;
DTimelineGrid.js61 var slice = calculator.boundarySpan / dividerCount;
DResourcesPanel.js786 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;
/external/webkit/WebCore/
DChangeLog-2010-01-2929527 (WebInspector.TimelineOverviewCalculator.prototype.get boundarySpan):
29553 (WebInspector.TimelineCalculator.prototype.get boundarySpan):
41359 (WebInspector.TimelineCalculator.prototype.get boundarySpan):
DChangeLog-2008-08-1033635 … 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