Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBody

86     ASSERT(bodyElementRenderer->isBody());
170 } else if (isBody()) {
224 if (isDocumentElement() || isBody())
1215 if (isBody() && skipBodyBackground(this))
1248 if (isBody() && skipBodyBackground(this))
1521 bool drawingRootBackground = drawingBackground && (isDocumentElement() || (isBody() && !document().documentElement()->renderer()->hasBackground()));
2574 && (isDocumentElement() || (isBody() && document().documentElement()->renderer()->style()->logicalHeight().isPercent())) && !isInline();
2659 if (cb->isBody() || cb->isDocumentElement())
4274 while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isOutOfFlowPositioned() && cb->style()->logicalHeight().isAuto()) {