HomeSort by relevance Sort by last modified time
    Searched full:maximumrecordtime (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineOverviewPane.js 93 this._overviewCalculator._setWindow(this._model.minimumRecordTime(), this._model.maximumRecordTime());
215 * @param {number=} maximumRecordTime
217 _setWindow: function(minimumRecordTime, maximumRecordTime)
220 this._maximumBoundary = maximumRecordTime;
373 var timeSpan = this._model.maximumRecordTime() - absoluteMin;
388 var timeSpan = this._model.maximumRecordTime() - absoluteMin;
TimelineEventOverview.js 76 var timeSpan = this._model.maximumRecordTime() - timeOffset;
TimelineMemoryOverview.js 67 var maxTime = this._model.maximumRecordTime();
TimelineModel.js 317 maximumRecordTime: function()
327 return this.minimumRecordTime() === 0 && this.maximumRecordTime() === 0;
TimelinePowerOverview.js 141 var maxTime = this._model.maximumRecordTime();
TracingTimelineModel.js 281 maximumRecordTime: function()
283 return this._tracingModel.maximumRecordTime();
    [all...]
TimelineFrameOverview.js 307 endTime: (rightOffset + snapTolerancePixels > windowSpan) || (lastBar >= this._barTimes.length) ? this._model.maximumRecordTime() : this._barTimes[lastBar].endTime
TimelinePanel.js 190 return this._model.maximumRecordTime() || Infinity;
    [all...]
TimelineFlameChart.js 182 this._timeSpan = this._model.isEmpty() ? 1000 : this._model.maximumRecordTime() - this._minimumBoundary;
TracingModel.js 242 maximumRecordTime: function()
TimelineView.js 463 var windowEndTime = this._windowEndTime || this._model.maximumRecordTime();
    [all...]

Completed in 55 milliseconds