Searched refs:actualWidth (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 | 1641 var actualWidth = $tip[0].offsetWidth 1650 … placement == 'right' && pos.right + actualWidth > viewportDim.width ? 'left' : 1651 … placement == 'left' && pos.left - actualWidth < viewportDim.left ? 'right' : 1659 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) 1709 var actualWidth = $tip[0].offsetWidth 1716 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight) 1816 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument 1817 …t == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } : 1818 …t == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } : 1824 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument [all …]
|