Searched defs:oldLogicalHeight (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp1048 LayoutUnit oldLogicalHeight = cell->logicalHeight(); local
1049 if (oldLogicalHeight > rHeight)
1050 rowHeightIncreaseForPagination = std::max<int>(rowHeightIncreaseForPagination, oldLogicalHeight - rHeight);
1052 cell->computeOverflow(oldLogicalHeight, false);
1070 LayoutUnit oldLogicalHeight = cells[i]->logicalHeight(); local
1071 cells[i]->setLogicalHeight(oldLogicalHeight + rowHeightIncreaseForPagination);
1072 cells[i]->computeOverflow(oldLogicalHeight, false);
H A DRenderBlockLineLayout.cpp773 inline const InlineIterator& RenderBlockFlow::restartLayoutRunsAndFloatsInRange(LayoutUnit oldLogicalHeight, LayoutUnit newLogicalHeight, FloatingObject* lastFloatFromPreviousLine, InlineBidiResolver& resolver, const InlineIterator& oldEnd) argument
775 removeFloatingObjectsBelow(lastFloatFromPreviousLine, oldLogicalHeight);
854 LayoutUnit oldLogicalHeight = logicalHeight(); local
869 LayoutUnit oldLineWidth = availableLogicalWidthForLine(oldLogicalHeight, layoutState.lineInfo().isFirstLine());
874 if (availableLogicalWidthForLine(oldLogicalHeight + adjustment, layoutState.lineInfo().isFirstLine()) != oldLineWidth) {
877 endOfLine = restartLayoutRunsAndFloatsInRange(oldLogicalHeight, oldLogicalHeight + adjustment, lastFloatFromPreviousLine, resolver, previousEndofLine);
H A DRenderBlockFlow.cpp220 LayoutUnit oldLogicalHeight = logicalHeight(); local
230 setLogicalHeight(oldLogicalHeight);
1315 LayoutUnit oldLogicalHeight = logicalHeight(); local
1319 setLogicalHeight(oldLogicalHeight);

Completed in 1215 milliseconds