Home | History | Annotate | Download | only in front-end

Lines Matching refs:offsetTop

529             return value < chunk.offsetTop ? -1 : 1;
539 if (this._textChunks[to].offsetTop >= visibleTo)
559 return value < lineRow.offsetTop ? -1 : 1;
596 return lastElement.offsetTop - firstElement.offsetTop;
600 return offsetParent.scrollHeight - firstElement.offsetTop;
805 get offsetTop()
807 return (this._expandedLineRows && this._expandedLineRows.length) ? this._expandedLineRows[0].offsetTop : this.element.offsetTop;
1870 get offsetTop()
1872 return (this._expandedLineRows && this._expandedLineRows.length) ? this._expandedLineRows[0].offsetTop : this.element.offsetTop;