Home | History | Annotate | Download | only in rendering

Lines Matching refs:contentLogicalHeight

1225             int columnHeight = contentLogicalHeight();
4424 view()->layoutState()->pageLogicalOffset(borderBefore() + paddingBefore() + contentLogicalHeight()) - colInfo->forcedBreakOffset());
4427 } else if (contentLogicalHeight() > pageLogicalHeight * desiredColumnCount) {
4429 columnHeight = max(colInfo->minimumColumnHeight(), (int)ceilf((float)contentLogicalHeight() / desiredColumnCount));
4441 colInfo->setColumnCountAndHeight(ceilf((float)contentLogicalHeight() / pageLogicalHeight), pageLogicalHeight);