Searched refs:contentLogicalHeight (Results 1 – 10 of 10) sorted by relevance
86 if (containerRenderer->logicalHeight() <= contentLogicalHeight()) in centerContainerIfNeeded()91 LayoutUnit logicalHeightDiff = containerRenderer->logicalHeight() - contentLogicalHeight(); in centerContainerIfNeeded()
90 return containerElement() ? contentLogicalHeight() : logicalHeight(); in computeLogicalHeightLimit()152 } else if (containerRenderer->logicalHeight() < contentLogicalHeight()) { in layout()153 containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed)); in layout()164 …if (!container && innerEditorRenderer && innerEditorRenderer->height() != contentLogicalHeight()) { in layout()165 … LayoutUnit logicalHeightDiff = innerEditorRenderer->logicalHeight() - contentLogicalHeight(); in layout()
101 LayoutUnit mainAxisContentExtent(LayoutUnit contentLogicalHeight);
2209 m_intrinsicContentLogicalHeight = contentLogicalHeight(); in updateLogicalHeight()2273 …h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPadding… in computeLogicalHeight()3276 LayoutUnit contentLogicalHeight = logicalHeight - bordersPlusPadding; in computePositionedLogicalHeightUsing() local3289 resolvedLogicalHeight = contentLogicalHeight; in computePositionedLogicalHeightUsing()3293 … = computeIntrinsicLogicalContentHeightUsing(logicalHeightLength, contentLogicalHeight, bordersPlu… in computePositionedLogicalHeightUsing()3369 logicalHeightValue = contentLogicalHeight; in computePositionedLogicalHeightUsing()3374 logicalHeightValue = contentLogicalHeight; in computePositionedLogicalHeightUsing()
400 LayoutUnit RenderFlexibleBox::mainAxisContentExtent(LayoutUnit contentLogicalHeight) in mainAxisContentExtent() argument405 LayoutUnit borderBoxLogicalHeight = contentLogicalHeight + borderPaddingAndScrollbar; in mainAxisContentExtent()
255 updateIntrinsicContentLogicalHeight(contentLogicalHeight()); in layout()383 return paddingBefore() + borderBefore() + contentLogicalHeight(); in cellBaselinePosition()
1254 if (cell && cell->contentLogicalHeight()) in firstLineBoxBaseline()1255 … cell->logicalTop() + cell->paddingBefore() + cell->borderBefore() + cell->contentLogicalHeight()); in firstLineBoxBaseline()
241 …LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeigh… in contentLogicalHeight() function
561 updateIntrinsicContentLogicalHeight(contentLogicalHeight()); in layout()
225 LayoutUnit columnHeight = contentLogicalHeight(); in checkForPaginationLogicalHeightChange()