Home | History | Annotate | Download | only in parse-only

Lines Matching defs:isBody

2281 		if (isBody(this)){
2291 if (isBody(this)) return this.getWindow().getSize();
2296 if (isBody(this)) return this.getWindow().getScrollSize();
2301 if (isBody(this)) return this.getWindow().getScroll();
2307 while (element && !isBody(element)){
2317 if (isBody(element)) return null;
2319 while ((element = element.parentNode) && !isBody(element)){
2336 if (isBody(this)) return position;
2338 while (element && !isBody(element)){
2367 if (isBody(this)) return {x: 0, y: 0};
2375 if (isBody(this)) return this.getWindow().getCoordinates();
2445 function isBody(element){