Home
last modified time | relevance | path

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

/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js400 PIE.OnUnload = new PIE.Observable(); variable in PIE
403 PIE.OnUnload.fire();
413 PIE.OnUnload.attachManagedEvent = function( target, name, handler ) {
424 PIE.OnUnload.attachManagedEvent( window, 'onresize', function() { PIE.OnResize.fire(); } );
436 PIE.OnUnload.attachManagedEvent( window, 'onscroll', scrolled );
461 PIE.OnUnload.attachManagedEvent( window, 'onbeforeprint', beforePrint );
462 PIE.OnUnload.attachManagedEvent( window, 'onafterprint', afterPrint );
469 PIE.OnUnload.attachManagedEvent( doc, 'onmouseup', function() { PIE.OnMouseup.fire(); } );
4076 PIE.OnUnload.observe( removeEventListeners );
4279 PIE.OnUnload.unobserve( removeEventListeners );