Searched refs:timeRight (Results 1 – 3 of 3) sorted by relevance
68 selectRange: function(timeLeft, timeRight) argument70 this._overviewPane._selectRange(timeLeft, timeRight);390 _selectRange: function(timeLeft, timeRight) argument395 …this._overviewGrid.setWindow(timeLeft / timelineData._totalTime, timeRight / timelineData._totalTi…
104 selectRange: function(timeLeft, timeRight) argument108 this._flameChart.selectRange(timeLeft, timeRight);
1747 var timeRight = startTime + totalTime * this._windowRight;1754 if (timestamps[i] > timeRight)