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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineOverviewPane.js 95 this._overviewCalculator._setWindow(this._model.minimumRecordTime(), this._model.maximumRecordTime());
241 * @param {number=} maximumRecordTime
243 _setWindow: function(minimumRecordTime, maximumRecordTime)
246 this._maximumBoundary = maximumRecordTime;
399 var timeSpan = this._model.maximumRecordTime() - absoluteMin;
414 var timeSpan = this._model.maximumRecordTime() - absoluteMin;
TimelineEventOverview.js 76 var timeSpan = this._model.maximumRecordTime() - timeOffset;
TimelineFlameChart.js 139 this._pushRecord(this._cpuThreadRecord, 0, this.minimumBoundary(), Math.max(this._model.maximumRecordTime(), this.totalTime() + this.minimumBoundary()));
157 this._pushRecord(this._gpuThreadRecord, 0, this.minimumBoundary(), Math.max(this._model.maximumRecordTime(), this.totalTime() + this.minimumBoundary()));
206 return Math.max(1000, this._model.maximumRecordTime() - this._model.minimumRecordTime());
553 this._timeSpan = Math.max(this._model.maximumRecordTime() - this._minimumBoundary, 1000);
TimelineMemoryOverview.js 67 var maxTime = this._model.maximumRecordTime();
TimelinePowerOverview.js 141 var maxTime = this._model.maximumRecordTime();
TracingTimelineModel.js 188 maximumRecordTime: function()
190 return this._tracingModel.maximumRecordTime();
TimelineModel.js 289 maximumRecordTime: function()
TimelineFrameOverview.js 304 endTime: (rightOffset + snapTolerancePixels > windowSpan) || (lastBar >= this._barTimes.length) ? this._model.maximumRecordTime() : this._barTimes[lastBar].endTime
TimelineTracingView.js 292 this._timeSpan = Math.max(this._model.maximumRecordTime() - this._minimumBoundary, 1000);
TracingModel.js 232 maximumRecordTime: function()
TimelinePanel.js 218 return this._model.maximumRecordTime() || Infinity;
    [all...]
TimelineView.js 463 var windowEndTime = this._windowEndTime || this._model.maximumRecordTime();
    [all...]

Completed in 389 milliseconds