Searched refs:cyMax (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/htdocs/js/
H A Dcommon.js376 g_oCurrentTooltip.cyMax = cyBelow;
381 g_oCurrentTooltip.cyMax = yScrollBottom - yPos;
386 g_oCurrentTooltip.cyMax = yScrollBottom - yPos;
391 g_oCurrentTooltip.cyMax = yScrollBottom - yPos;
504 tooltipRepositionOnLoad(); /* Sets cxMax and cyMax. */
527 cy = Math.min(cyNeeded, g_oCurrentTooltip.cyMax);
528 if (cyNeeded > g_oCurrentTooltip.cyMax && g_oCurrentTooltip.cyMaxUp > 0)
530 var cyMove = Math.min(cyNeeded - g_oCurrentTooltip.cyMax, g_oCurrentTooltip.cyMaxUp);
531 g_oCurrentTooltip.cyMax += cyMove;
534 cy = Math.min(cyNeeded, g_oCurrentTooltip.cyMax);
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h1644 UINT cyMax; member in struct:tagMENUINFO
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h2232 UINT cyMax; member in struct:tagMENUINFO

Completed in 903 milliseconds