Lines Matching refs:document
386 var head = document.getElementsByTagName('head')[0], script,
414 script = document.createElement('script');
452 var html = document.getElementsByTagName('html')[0];
455 if (html.scrollTop && document.documentElement.scrollTop) {
457 } else if (html.scrollTop || document.documentElement.scrollTop) {
458 myScrollTop = html.scrollTop + document.documentElement.scrollTop;
459 } else if (document.body.scrollTop) {
460 myScrollTop = document.body.scrollTop;
466 if (html.scrollLeft && document.documentElement.scrollLeft) {
468 } else if (html.scrollLeft || document.documentElement.scrollLeft) {
469 myScrollLeft = html.scrollLeft + document.documentElement.scrollLeft;
470 } else if (document.body.scrollLeft) {
471 myScrollLeft = document.body.scrollLeft;
481 while ((scr = scr.parentNode) && scr != document.body) {
515 docX = evt.clientX + document.body.scrollLeft +
516 document.documentElement.scrollLeft;
517 docY = evt.clientY + document.body.scrollTop +
518 document.documentElement.scrollTop;
570 Util.Features = {xpath: !!(document.evaluate), air: !!(window.runtime), query: !!(document.querySel…
585 return (document.querySelectorAll) ? 6 : 5;
618 if (!document.getBoxObjectFor && window.mozInnerScreenX == null) {
621 return (document.getElementsByClassName) ? 19 : 18;