Home | History | Annotate | Download | only in rendering

Lines Matching refs:isRenderView

909     if (avoidsFloats() || isDocumentElement() || isRenderView() || isFloatingOrOutOfFlowPositioned() || isTableCell()) {
1088 ASSERT(blockFlow->isRenderView() || blockFlow->parent());
1089 m_canCollapseWithChildren = !blockFlow->createsBlockFormattingContext() && !blockFlow->isRenderFlowThread() && !blockFlow->isRenderView();
1963 for (RenderObject* curr = parent(); curr && !curr->isRenderView(); curr = curr->parent()) {
2626 if (isRenderView()) {