Searched refs:actualHeight (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | bootstrap-3.4.1.js | 1642 var actualHeight = $tip[0].offsetHeight 1648 … placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top' : 1649 … placement == 'top' && pos.top - actualHeight < viewportDim.top ? 'bottom' : 1659 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) 1710 var actualHeight = $tip[0].offsetHeight 1712 if (placement == 'top' && actualHeight != height) { 1713 offset.top = offset.top + height - actualHeight 1716 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight) 1816 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument 1824 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument [all …]
|