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

/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2281 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(thi
2445 function isBody(element){ function
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp255 bool RenderObject::isBody() const function in class:WebCore::RenderObject
2510 if (isRoot() || isBody() || (isPositioned() && style()->position() == FixedPosition))
2528 while (curr && (!curr->node() || (!curr->isPositioned() && !curr->isRelPositioned() && !curr->isBody()))) {

Completed in 86 milliseconds