Home | History | Annotate | Download | only in rendering

Lines Matching refs:columnLogicalHeight

3487     LayoutUnit columnLogicalHeight = colInfo->columnHeight();
3488 LayoutUnit expandedLogicalHeight = borderBefore() + paddingBefore() + columnCount(colInfo) * columnLogicalHeight + borderAfter() + paddingAfter() + scrollbarLogicalHeight();
3501 LayoutUnit columnLogicalHeight = colInfo->columnHeight();
3502 LayoutUnit expandedLogicalHeight = borderBefore() + paddingBefore() + columnCount(colInfo) * columnLogicalHeight + borderAfter() + paddingAfter() + scrollbarLogicalHeight();