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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
TimelineGrid.js 61 var gridSliceTime = calculator.boundarySpan() / dividersCount;
62 var pixelsPerTime = clientWidth / calculator.boundarySpan();
352 boundarySpan: function() { }
FlameChart.js 318 this._timeToPixel = this._width / this.boundarySpan();
367 boundarySpan: function()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js 489 boundarySpan: function()
HeapSnapshotView.js     [all...]

Completed in 347 milliseconds