HomeSort by relevance Sort by last modified time
    Searched defs:boundarySpan (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineGrid.js 87 var gridSliceTime = calculator.boundarySpan() / dividersCount;
88 var pixelsPerTime = dividersElementClientWidth / calculator.boundarySpan();
239 boundarySpan: function() { }
FlameChart.js 92 this._timeToPixel = this._width / this.boundarySpan();
123 boundarySpan: function()
176 boundarySpan: function()
HeapSnapshotView.js     [all...]

Completed in 67 milliseconds