Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBody

187     if (isBody())
208 if (isBody()) {
646 if (!isBody() || document()->documentElement()->renderer()->style()->hasBackground())
793 bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document()->documentElement()->renderer()->style()->hasBackground()));
1555 && (isRoot() || (isBody() && document()->documentElement()->renderer()->style()->height().isPercent()));
1596 while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isPositioned() && cb->style()->height().isAuto()) {
1640 } else if (cb->isRenderView() || (cb->isBody() && style()->htmlHacks()) || isPositionedWithSpecifiedHeight) {