Home | History | Annotate | Download | only in timeline

Lines Matching defs:computePosition

134             var position = this._calculator.computePosition(record.startTime());
166 var frameStart = this._calculator.computePosition(frame.startTime);
167 var frameEnd = this._calculator.computePosition(frame.endTime);
668 var left = Math.max(0, this._calculator.computePosition(task.startTime()) + barOffset - widthAdjustment);
669 var right = Math.min(width, this._calculator.computePosition(task.endTime() || 0) + barOffset + widthAdjustment);
923 computePosition: function(time)
949 var left = this.computePosition(record.startTime());