Home
last modified time | relevance | path

Searched refs:setLogicalHeight (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGRootInlineBox.cpp147 textBox->setLogicalHeight(boxRect.height()); in layoutChildBoxes()
162 flowBox->setLogicalHeight(boxRect.height()); in layoutChildBoxes()
202 setLogicalHeight(heightBlock); in layoutRootBox()
DSVGInlineFlowBox.h41 void setLogicalHeight(int h) { m_logicalHeight = h; } in setLogicalHeight() function
DSVGRootInlineBox.h46 void setLogicalHeight(int height) { m_logicalHeight = height; } in setLogicalHeight() function
DSVGInlineTextBox.h41 void setLogicalHeight(int height) { m_logicalHeight = height; } in setLogicalHeight() function
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp613setLogicalHeight(lineBox->alignBoxesInBlockDirection(logicalHeight(), textBoxDataMap, verticalPosi… in computeBlockDirectionPositionsForLine()
738 setLogicalHeight(borderBefore() + paddingBefore()); in layoutInlineChildren()
1102 setLogicalHeight(oldLogicalHeight + adjustment); in layoutInlineChildren()
1108 setLogicalHeight(lineBox->blockLogicalHeight()); in layoutInlineChildren()
1167setLogicalHeight(logicalTopForChild(*f) - marginBeforeForChild(*f) + delta); in layoutInlineChildren()
1172 setLogicalHeight(lastRootBox()->blockLogicalHeight()); in layoutInlineChildren()
1243setLogicalHeight(logicalHeight() + lastLineAnnotationsAdjustment + borderAfter() + paddingAfter() … in layoutInlineChildren()
1246setLogicalHeight(logicalHeight() + lineHeight(true, isHorizontalWritingMode() ? HorizontalLine : V… in layoutInlineChildren()
1372 setLogicalHeight(logicalTopForChild(*f) - marginBeforeForChild(*f)); in determineStartPosition()
1380 setLogicalHeight(savedLogicalHeight); in determineStartPosition()
[all …]
DRenderTable.cpp281setLogicalHeight(logicalHeight() + m_caption->logicalHeight() + m_caption->marginBefore() + m_capt… in adjustLogicalHeightForCaption()
296 setLogicalHeight(0); in layout()
400 setLogicalHeight(logicalHeight() + borderAndPaddingBefore); in layout()
423 setLogicalHeight(logicalHeight() + computedLogicalHeight); in layout()
439 setLogicalHeight(logicalHeight() + section->logicalHeight()); in layout()
443 setLogicalHeight(logicalHeight() + borderAndPaddingAfter); in layout()
DRenderFieldset.cpp111 setLogicalHeight(max(b, h) + paddingBefore()); in layoutSpecialExcludedChild()
DRenderBlock.cpp1216 setLogicalHeight(0); in layoutBlock()
1230 setLogicalHeight(0); in layoutBlock()
1291 setLogicalHeight(lowestFloatLogicalBottom() + toAdd); in layoutBlock()
1527 setLogicalHeight(logicalHeight() + marginOffset); in adjustFloatingBlock()
1529 setLogicalHeight(logicalHeight() - marginOffset); in adjustFloatingBlock()
1695 setLogicalHeight(logicalHeight() + marginInfo.margin() + marginBeforeForChild(child)); in collapseMargins()
1703setLogicalHeight(logicalHeight() + max(marginInfo.positiveMargin(), posTop) - max(marginInfo.negat… in collapseMargins()
1720 setLogicalHeight(logicalHeight() + (logicalTop - oldLogicalTop)); in collapseMargins()
1756 setLogicalHeight(child->y() - max(0, marginInfo.margin())); in clearFloatsIfNeeded()
1759 setLogicalHeight(height() + heightIncrease); in clearFloatsIfNeeded()
[all …]
DRenderBox.cpp1864 setLogicalHeight(heightResult); in computeLogicalHeight()
1891 setLogicalHeight(max(logicalHeight(), visHeight - margins)); in computeLogicalHeight()
1894 setLogicalHeight(max(logicalHeight(), visHeight - marginsBordersPadding)); in computeLogicalHeight()
1979 cb->setLogicalHeight(oldHeight); in computePercentageLogicalHeight()
2113 block->setLogicalHeight(oldHeight); in availableLogicalHeightUsing()
2685 setLogicalHeight(logicalHeightResult + bordersPlusPadding); in computePositionedLogicalHeight()
3026 setLogicalHeight(computeReplacedLogicalHeight() + borderAndPaddingLogicalHeight()); in computePositionedLogicalHeightReplaced()
DRenderBox.h85 void setLogicalHeight(int size) in setLogicalHeight() function
DRenderTableSection.cpp591 rowRenderer->setLogicalHeight(m_rowPos[r + 1] - m_rowPos[r] - vspacing); in setCellLogicalWidths()
740 setLogicalHeight(m_rowPos[totalRows]); in setCellLogicalWidths()
DRenderView.cpp83 setLogicalHeight(viewLogicalHeight()); in computeLogicalHeight()
DRenderListMarker.cpp1314 setLogicalHeight(style()->fontMetrics().height()); in layout()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0638393 (WebCore::RenderBox::setLogicalHeight):
45870 (WebCore::RenderBox::setLogicalHeight):
45883 …(3) Patch all occurrences of setHeight in block and line layout to setLogicalHeight so that height…
48421 (WebCore::SVGInlineFlowBox::setLogicalHeight):
48426 (WebCore::SVGInlineTextBox::setLogicalHeight):
48436 (WebCore::SVGRootInlineBox::setLogicalHeight):
49334 (WebCore::RenderBox::setLogicalHeight):