Searched defs:onload (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/htdocs/js/
H A Dcommon.js344 * Used directly, via onload, and hackish timers to catch all browsers and
457 if (oTooltip.oElm.onload === null)
459 oTooltip.oElm.onload = function(){ tooltipRepositionOnLoad(); setTimeout(tooltipRepositionOnLoad, 0); };
492 * iframe.onload hook that repositions and resizes the tooltip.
634 oSubElement.onload = function() {svnHistoryTooltipOnLoad(); setTimeout(svnHistoryTooltipOnLoad,0);};

Completed in 58 milliseconds