Home
last modified time | relevance | path

Searched refs:contentLogicalHeight (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1836 …h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPadding… in computeLogicalHeight()
1978 result = cb->contentLogicalHeight(); in computePercentageLogicalHeight()
2112 int newHeight = block->computeContentBoxLogicalHeight(block->contentLogicalHeight()); in availableLogicalHeightUsing()
2719 int contentLogicalHeight = logicalHeight() - bordersPlusPadding; in computePositionedLogicalHeightUsing() local
2729 logicalHeightLength.setValue(Fixed, contentLogicalHeight); in computePositionedLogicalHeightUsing()
2804 logicalHeightValue = contentLogicalHeight; in computePositionedLogicalHeightUsing()
2809 logicalHeightValue = contentLogicalHeight; in computePositionedLogicalHeightUsing()
DRenderBox.h168 …int contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : c… in contentLogicalHeight() function
DRenderTableCell.cpp318 return paddingBefore() + borderBefore() + contentLogicalHeight(); in cellBaselinePosition()
DRenderBlock.cpp1225 int columnHeight = contentLogicalHeight(); in layoutBlock()
4424 …youtState()->pageLogicalOffset(borderBefore() + paddingBefore() + contentLogicalHeight()) - colInf… in layoutColumns()
4427 } else if (contentLogicalHeight() > pageLogicalHeight * desiredColumnCount) { in layoutColumns()
4429 …umnHeight = max(colInfo->minimumColumnHeight(), (int)ceilf((float)contentLogicalHeight() / desired… in layoutColumns()
4441 …colInfo->setColumnCountAndHeight(ceilf((float)contentLogicalHeight() / pageLogicalHeight), pageLog… in layoutColumns()
DRenderTableSection.cpp973 … cell->logicalTop() + cell->paddingBefore() + cell->borderBefore() + cell->contentLogicalHeight()); in setCellLogicalWidths()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0638396 (WebCore::RenderBox::contentLogicalHeight):
45932 (WebCore::RenderBox::contentLogicalHeight):