Searched refs:shapeContainingBlockHeight (Results 1 – 2 of 2) sorted by relevance
114 …LayoutUnit shapeContainingBlockHeight() const { return (m_renderer->style()->boxSizing() == CONTEN… in shapeContainingBlockHeight() function
1250 LayoutUnit shapeContainingBlockHeight = shapeInsideInfo->shapeContainingBlockHeight(); in pushShapeContentOverflowBelowTheContentBox() local1252 …bool isOverflowPositionedAlready = (shapeContainingBlockHeight - shapeInsideInfo->owner()->borderA… in pushShapeContentOverflowBelowTheContentBox()1257 …if (logicalLineBottom <= shapeLogicalBottom || !shapeContainingBlockHeight || isOverflowPositioned… in pushShapeContentOverflowBelowTheContentBox()1260 …LayoutUnit newLogicalHeight = block->logicalHeight() + (shapeContainingBlockHeight - (lineTop + sh… in pushShapeContentOverflowBelowTheContentBox()