Home | History | Annotate | Download | only in rendering

Lines Matching defs:isBody

247 bool RenderObject::isBody() const
2423 if (isRoot() || isBody() || (isPositioned() && style()->position() == FixedPosition))
2441 (!curr->isPositioned() && !curr->isRelPositioned() && !curr->isBody()))) {