Home
last modified time | relevance | path

Searched refs:oldLogicalHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp986 LayoutUnit oldLogicalHeight = cell->logicalHeight(); in layoutRows() local
987 if (oldLogicalHeight > rHeight) in layoutRows()
988 …HeightIncreaseForPagination = max<int>(rowHeightIncreaseForPagination, oldLogicalHeight - rHeight); in layoutRows()
990 cell->computeOverflow(oldLogicalHeight, false); in layoutRows()
1015 LayoutUnit oldLogicalHeight = cells[i]->logicalHeight(); in layoutRows() local
1016 cells[i]->setLogicalHeight(oldLogicalHeight + rowHeightIncreaseForPagination); in layoutRows()
1017 cells[i]->computeOverflow(oldLogicalHeight, false); in layoutRows()
DRenderBlockLineLayout.cpp924 …ator& RenderBlockFlow::restartLayoutRunsAndFloatsInRange(LayoutUnit oldLogicalHeight, LayoutUnit n… in restartLayoutRunsAndFloatsInRange() argument
926 removeFloatingObjectsBelow(lastFloatFromPreviousLine, oldLogicalHeight); in restartLayoutRunsAndFloatsInRange()
1007 LayoutUnit oldLogicalHeight = logicalHeight(); in layoutRunsAndFloatsInRange() local
1022 …LayoutUnit oldLineWidth = availableLogicalWidthForLine(oldLogicalHeight, layoutState.lineInfo().is… in layoutRunsAndFloatsInRange()
1027 …if (availableLogicalWidthForLine(oldLogicalHeight + adjustment, layoutState.lineInfo().isFirstLine… in layoutRunsAndFloatsInRange()
1030 …endOfLine = restartLayoutRunsAndFloatsInRange(oldLogicalHeight, oldLogicalHeight + adjustment, las… in layoutRunsAndFloatsInRange()
DRenderBlockFlow.cpp206 LayoutUnit oldLogicalHeight = logicalHeight(); in checkForPaginationLogicalHeightChange() local
216 setLogicalHeight(oldLogicalHeight); in checkForPaginationLogicalHeightChange()
1173 LayoutUnit oldLogicalHeight = logicalHeight(); in collapseMargins() local
1177 setLogicalHeight(oldLogicalHeight); in collapseMargins()
DRenderBlockFlow.h466 …const InlineIterator& restartLayoutRunsAndFloatsInRange(LayoutUnit oldLogicalHeight, LayoutUnit ne…