Home
last modified time | relevance | path

Searched refs:shapeContainingBlockHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInfo.h114 …LayoutUnit shapeContainingBlockHeight() const { return (m_renderer->style()->boxSizing() == CONTEN… in shapeContainingBlockHeight() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp1250 LayoutUnit shapeContainingBlockHeight = shapeInsideInfo->shapeContainingBlockHeight(); in pushShapeContentOverflowBelowTheContentBox() local
1252 …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()