Home
last modified time | relevance | path

Searched refs:timeRight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DFlameChart.js68 selectRange: function(timeLeft, timeRight) argument
70 this._overviewPane._selectRange(timeLeft, timeRight);
390 _selectRange: function(timeLeft, timeRight) argument
395 …this._overviewGrid.setWindow(timeLeft / timelineData._totalTime, timeRight / timelineData._totalTi…
DCPUProfileView.js104 selectRange: function(timeLeft, timeRight) argument
108 this._flameChart.selectRange(timeLeft, timeRight);
DHeapSnapshotView.js1747 var timeRight = startTime + totalTime * this._windowRight;
1754 if (timestamps[i] > timeRight)