Lines Matching defs:window
16 window.onload = jessyInkInit;
224 var hashObj = new LocationHash(window.location.hash);
812 window.setTimeout("effect(" + dir + ")", timeDiff);
816 window.location.hash = (activeSlide + 1) + '_' + activeEffect;
898 window.location.hash = (activeSlide + 1) + '_0';
947 e = window.event;
968 e = window.event;
1068 evnt = window.event;
1094 if (window.addEventListener)
1096 window.addEventListener('DOMMouseScroll', function(e) { return mouseHandlerDispatch(e, MOUSE_WHEEL); }, false);
1100 window.onmousewheel = function(e) { return mouseHandlerDispatch(e, MOUSE_WHEEL); };
1422 window.location = 'data:application/svg+xml;base64;charset=utf-8,' + window.btoa(unescape(encodeURIComponent((new XMLSerializer()).serializeToString(newDoc))));
1503 e = window.event;
1528 e = window.event;
1561 e = window.event;
1593 e = window.event;
1941 window.location.hash = (activeSlide + 1) + '_' + activeEffect;
2177 svgPoint.x = e.clientX + window.pageXOffset;
2178 svgPoint.y = e.clientY + window.pageYOffset;