Home | History | Annotate | Download | only in profiler

Lines Matching refs:scrollTop

358         var scrollTop = this.scrollContainer.scrollTop;
359 var scrollBottom = scrollHeight - scrollTop - this.scrollContainer.offsetHeight;
360 scrollTop = Math.max(0, scrollTop - guardZoneHeight);
362 var viewPortHeight = scrollHeight - scrollTop - scrollBottom;
365 if (!force && scrollTop >= this._topPaddingHeight && scrollBottom >= this._bottomPaddingHeight)
368 scrollTop -= hysteresisHeight;
377 this._addVisibleNodes(this.rootNode(), scrollTop, scrollTop + viewPortHeight, pathToReveal || null);
541 var viewportTop = this.scrollContainer.scrollTop;