Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBody

281     } else if (newStyle && isBody())
327 bool isBodyRenderer = isBody();
374 if (isBody()) {
843 else if (!isBody() || document()->documentElement()->renderer()->hasBackground()) {
1021 bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document()->documentElement()->renderer()->hasBackground()));
1876 && (isRoot() || (isBody() && document()->documentElement()->renderer()->style()->logicalHeight().isPercent()));
1926 while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isPositioned() && cb->style()->logicalHeight().isAuto()) {
1973 } else if (cb->isRenderView() || (cb->isBody() && document()->inQuirksMode()) || isPositionedWithSpecifiedHeight) {