Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSearchField.cpp86 if (containerRenderer->logicalHeight() <= contentLogicalHeight()) in centerContainerIfNeeded()
91 LayoutUnit logicalHeightDiff = containerRenderer->logicalHeight() - contentLogicalHeight(); in centerContainerIfNeeded()
DRenderTextControlSingleLine.cpp90 return containerElement() ? contentLogicalHeight() : logicalHeight(); in computeLogicalHeightLimit()
152 } else if (containerRenderer->logicalHeight() < contentLogicalHeight()) { in layout()
153 containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed)); in layout()
164 …if (!container && innerEditorRenderer && innerEditorRenderer->height() != contentLogicalHeight()) { in layout()
165 … LayoutUnit logicalHeightDiff = innerEditorRenderer->logicalHeight() - contentLogicalHeight(); in layout()
DRenderFlexibleBox.h101 LayoutUnit mainAxisContentExtent(LayoutUnit contentLogicalHeight);
DRenderBox.cpp2209 m_intrinsicContentLogicalHeight = contentLogicalHeight(); in updateLogicalHeight()
2273 …h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPadding… in computeLogicalHeight()
3276 LayoutUnit contentLogicalHeight = logicalHeight - bordersPlusPadding; in computePositionedLogicalHeightUsing() local
3289 resolvedLogicalHeight = contentLogicalHeight; in computePositionedLogicalHeightUsing()
3293 … = computeIntrinsicLogicalContentHeightUsing(logicalHeightLength, contentLogicalHeight, bordersPlu… in computePositionedLogicalHeightUsing()
3369 logicalHeightValue = contentLogicalHeight; in computePositionedLogicalHeightUsing()
3374 logicalHeightValue = contentLogicalHeight; in computePositionedLogicalHeightUsing()
DRenderFlexibleBox.cpp400 LayoutUnit RenderFlexibleBox::mainAxisContentExtent(LayoutUnit contentLogicalHeight) in mainAxisContentExtent() argument
405 LayoutUnit borderBoxLogicalHeight = contentLogicalHeight + borderPaddingAndScrollbar; in mainAxisContentExtent()
DRenderTableCell.cpp255 updateIntrinsicContentLogicalHeight(contentLogicalHeight()); in layout()
383 return paddingBefore() + borderBefore() + contentLogicalHeight(); in cellBaselinePosition()
DRenderTableSection.cpp1254 if (cell && cell->contentLogicalHeight()) in firstLineBoxBaseline()
1255 … cell->logicalTop() + cell->paddingBefore() + cell->borderBefore() + cell->contentLogicalHeight()); in firstLineBoxBaseline()
DRenderBox.h241 …LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeigh… in contentLogicalHeight() function
DRenderTable.cpp561 updateIntrinsicContentLogicalHeight(contentLogicalHeight()); in layout()
DRenderBlockFlow.cpp225 LayoutUnit columnHeight = contentLogicalHeight(); in checkForPaginationLogicalHeightChange()