Searched refs:contentLogicalHeight (Results 1 – 6 of 6) sorted by relevance
1836 …h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPadding… in computeLogicalHeight()1978 result = cb->contentLogicalHeight(); in computePercentageLogicalHeight()2112 int newHeight = block->computeContentBoxLogicalHeight(block->contentLogicalHeight()); in availableLogicalHeightUsing()2719 int contentLogicalHeight = logicalHeight() - bordersPlusPadding; in computePositionedLogicalHeightUsing() local2729 logicalHeightLength.setValue(Fixed, contentLogicalHeight); in computePositionedLogicalHeightUsing()2804 logicalHeightValue = contentLogicalHeight; in computePositionedLogicalHeightUsing()2809 logicalHeightValue = contentLogicalHeight; in computePositionedLogicalHeightUsing()
168 …int contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : c… in contentLogicalHeight() function
318 return paddingBefore() + borderBefore() + contentLogicalHeight(); in cellBaselinePosition()
1225 int columnHeight = contentLogicalHeight(); in layoutBlock()4424 …youtState()->pageLogicalOffset(borderBefore() + paddingBefore() + contentLogicalHeight()) - colInf… in layoutColumns()4427 } else if (contentLogicalHeight() > pageLogicalHeight * desiredColumnCount) { in layoutColumns()4429 …umnHeight = max(colInfo->minimumColumnHeight(), (int)ceilf((float)contentLogicalHeight() / desired… in layoutColumns()4441 …colInfo->setColumnCountAndHeight(ceilf((float)contentLogicalHeight() / pageLogicalHeight), pageLog… in layoutColumns()
973 … cell->logicalTop() + cell->paddingBefore() + cell->borderBefore() + cell->contentLogicalHeight()); in setCellLogicalWidths()
38396 (WebCore::RenderBox::contentLogicalHeight):45932 (WebCore::RenderBox::contentLogicalHeight):