Home
last modified time | relevance | path

Searched refs:newLogicalHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRegion.cpp658 LayoutUnit newLogicalHeight = autoHeight + borderAndPaddingLogicalHeight(); in updateLogicalHeight() local
659 ASSERT(newLogicalHeight < RenderFlowThread::maxLogicalHeight()); in updateLogicalHeight()
660 if (newLogicalHeight > logicalHeight()) { in updateLogicalHeight()
661 setLogicalHeight(newLogicalHeight); in updateLogicalHeight()
DRenderBlockLineLayout.cpp1223 …tLayoutRunsAndFloatsInRange(LayoutUnit oldLogicalHeight, LayoutUnit newLogicalHeight, FloatingObj… in restartLayoutRunsAndFloatsInRange() argument
1226 setLogicalHeight(newLogicalHeight); in restartLayoutRunsAndFloatsInRange()
1260 …LayoutUnit newLogicalHeight = block->logicalHeight() + (shapeContainingBlockHeight - (lineTop + sh… in pushShapeContentOverflowBelowTheContentBox() local
1261 block->setLogicalHeight(newLogicalHeight); in pushShapeContentOverflowBelowTheContentBox()
1375 LayoutUnit newLogicalHeight = adjustedLogicalLineTop - absoluteLogicalTop; in adjustLogicalLineTopAndLogicalHeightIfNeeded() local
1379 newLogicalHeight = logicalHeight(); in adjustLogicalLineTopAndLogicalHeightIfNeeded()
1382 …end = restartLayoutRunsAndFloatsInRange(logicalHeight(), newLogicalHeight, lastFloatFromPreviousLi… in adjustLogicalLineTopAndLogicalHeightIfNeeded()
DRenderBlockFlow.h421 …tLayoutRunsAndFloatsInRange(LayoutUnit oldLogicalHeight, LayoutUnit newLogicalHeight, FloatingObj…