Home | History | Annotate | Download | only in rendering

Lines Matching defs:isBody

282 bool RenderObject::isBody() const
1981 bool drawsRootBackground = isRoot() || (isBody() && !rendererHasBackground(document()->documentElement()->renderer()));
3114 if (isRoot() || isBody())