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

/vbox/src/VBox/ValidationKit/testmanager/htdocs/js/
H A Dgraphwiz.js33 var g_cxPreviousWidth = 0; variable
37 * onload function that sets g_cxPreviousWidth to the width of @a sWidthSrcId.
47 g_cxPreviousWidth = cx;
75 if (oElement && g_cxPreviousWidth)
80 var fpRatio = cxOld / g_cxPreviousWidth;
84 g_cxPreviousWidth = cx;

Completed in 3191 milliseconds