Home | History | Annotate | Download | only in rendering

Lines Matching refs:isDocumentElement

560         if (!curr->isRenderBlock() || curr->isFloatingOrOutOfFlowPositioned() || curr->isTableCell() || curr->isDocumentElement() || curr->isRenderView() || curr->hasOverflowClip()
1524 || style()->specifiesColumns() || isRenderFlowThread() || isTableCell() || isTableCaption() || isFieldset() || isWritingModeRoot() || isDocumentElement() || style()->columnSpan();
1825 if (isBody() || isDocumentElement() || hasOverflowClip()
1907 if (isBody() || isDocumentElement()) // The <body> must make sure to examine its containingBlock's positioned objects.