Home | History | Annotate | Download | only in rendering

Lines Matching refs:columnSpan

471     bool childIsNormal = newChild->isInline() || !newChild->style()->columnSpan();
472 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan();
473 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan();
517 bool newChildHasColumnSpan = newChild->style()->columnSpan() && !newChild->isInline();
790 if (!newChild->isText() && newChild->style()->columnSpan() && !newChild->isBeforeOrAfterContent()
1524 || style()->specifiesColumns() || isRenderFlowThread() || isTableCell() || isTableCaption() || isFieldset() || isWritingModeRoot() || isDocumentElement() || style()->columnSpan();
1919 if (hasColumns() || hasTransform() || style()->columnSpan()) {