Home | History | Annotate | Download | only in rendering

Lines Matching refs:isRoot

97     m_canCollapseWithChildren = !block->isRenderView() && !block->isRoot() && !block->isPositioned() &&
792 if (isRoot() || expandsToEncloseOverhangingFloats())
806 layoutPositionedObjects(relayoutChildren || isRoot());
1548 // FIXME: Could eliminate the isRoot() check if we fix background painting so that the RenderView
1550 if (!isRoot()) {
1946 if (isBody() || isRoot() || hasOverflowClip() || isRelPositioned() ||
2029 if (isBody() || isRoot()) // The <body> must make sure to examine its containingBlock's positioned objects.
3000 if (avoidsFloats() || isRoot() || isRenderView() || isFloatingOrPositioned() || isTableCell()) {
3093 if (child->hasOverflowClip() || !child->containsFloats() || child->isRoot())
4716 if (isRoot() || isRenderView())