Home | History | Annotate | Download | only in front_end

Lines Matching defs:computePosition

497             var frameStart = this._calculator.computePosition(frame.startTime);
498 var frameEnd = this._calculator.computePosition(frame.endTime);
990 var left = Math.max(0, this._calculator.computePosition(task.startTime) + barOffset - widthAdjustment);
991 var right = Math.min(width, this._calculator.computePosition(task.endTime) + barOffset + widthAdjustment);
1292 computePosition: function(time)
1311 var left = this.computePosition(record.startTime);