Home | History | Annotate | Download | only in rendering

Lines Matching refs:isFloatingOrOutOfFlowPositioned

151         if (curr->isFloatingOrOutOfFlowPositioned())
483 if (child->isRenderBlockFlow() && !child->isFloatingOrOutOfFlowPositioned()) {
909 if (avoidsFloats() || isDocumentElement() || isRenderView() || isFloatingOrOutOfFlowPositioned() || isTableCell()) {
1239 RenderBlockFlow* previousBlockFlow = prev && prev->isRenderBlockFlow() && !prev->isFloatingOrOutOfFlowPositioned() ? toRenderBlockFlow(prev) : 0;
1471 if (!grandchildBox->isFloatingOrOutOfFlowPositioned())
1825 if ((!floatToRemove && child->isFloatingOrOutOfFlowPositioned()) || !child->isRenderBlock())
1849 if (!next->isRenderBlockFlow() || next->isFloatingOrOutOfFlowPositioned() || toRenderBlockFlow(next)->avoidsFloats())
1941 s_canPropagateFloatIntoSibling = oldStyle ? !isFloatingOrOutOfFlowPositioned() && !avoidsFloats() : false;
1957 bool canPropagateFloatIntoSibling = !isFloatingOrOutOfFlowPositioned() && !avoidsFloats();
2665 if (!obj->isFloatingOrOutOfFlowPositioned()) {