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

/external/chromium_org/third_party/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp282 bool RenderObject::isBody() const function in class:WebCore::RenderObject
1981 bool drawsRootBackground = isRoot() || (isBody() && !rendererHasBackground(document()->documentElement()->renderer()));
3114 if (isRoot() || isBody())

Completed in 133 milliseconds