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.h408 // isBody is called from RenderBox::styleWillChange and is thus quite hot.
409 bool isBody() const { return node() && node()->hasTagName(HTMLNames::bodyTag); } function in class:blink::RenderObject

Completed in 102 milliseconds