Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js1459 var actualWidth = $tip[0].offsetWidth
1468 … placement == 'right' && pos.right + actualWidth > viewportDim.width ? 'left' :
1469 … placement == 'left' && pos.left - actualWidth < viewportDim.left ? 'right' :
1477 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1527 var actualWidth = $tip[0].offsetWidth
1534 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1540 …var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - heig…
1620 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1621 …t == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1622 …t == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
[all …]