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 93 var gridSliceTime = calculator.boundarySpan() / dividersCount;
94 var pixelsPerTime = dividersElementClientWidth / calculator.boundarySpan();
253 boundarySpan: function() { }
FlameChart.js 146 this._timeToPixel = this._width / this.boundarySpan();
196 boundarySpan: function()
268 boundarySpan: function()
HeapSnapshotView.js     [all...]

Completed in 41 milliseconds