Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBody

255 bool RenderObject::isBody() const
2510 if (isRoot() || isBody() || (isPositioned() && style()->position() == FixedPosition))
2528 while (curr && (!curr->node() || (!curr->isPositioned() && !curr->isRelPositioned() && !curr->isBody()))) {