Searched refs:contentLogicalHeight (Results 1 - 10 of 10) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp225 LayoutUnit columnHeight = contentLogicalHeight();
H A DRenderBox.cpp2209 m_intrinsicContentLogicalHeight = contentLogicalHeight();
2273 h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPaddingLogicalHeight(), Fixed);
3276 LayoutUnit contentLogicalHeight = logicalHeight - bordersPlusPadding; local
3289 resolvedLogicalHeight = contentLogicalHeight;
3293 resolvedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(logicalHeightLength, contentLogicalHeight, bordersPlusPadding);
3369 logicalHeightValue = contentLogicalHeight;
3374 logicalHeightValue = contentLogicalHeight;
H A DRenderBox.h241 LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); } function in class:blink::RenderBox
H A DRenderFlexibleBox.cpp400 LayoutUnit RenderFlexibleBox::mainAxisContentExtent(LayoutUnit contentLogicalHeight) argument
405 LayoutUnit borderBoxLogicalHeight = contentLogicalHeight + borderPaddingAndScrollbar;
H A DRenderFlexibleBox.h101 LayoutUnit mainAxisContentExtent(LayoutUnit contentLogicalHeight);
H A DRenderSearchField.cpp86 if (containerRenderer->logicalHeight() <= contentLogicalHeight())
91 LayoutUnit logicalHeightDiff = containerRenderer->logicalHeight() - contentLogicalHeight();
H A DRenderTable.cpp561 updateIntrinsicContentLogicalHeight(contentLogicalHeight());
H A DRenderTableCell.cpp255 updateIntrinsicContentLogicalHeight(contentLogicalHeight());
383 return paddingBefore() + borderBefore() + contentLogicalHeight();
H A DRenderTableSection.cpp1254 if (cell && cell->contentLogicalHeight())
1255 firstLineBaseline = std::max<int>(firstLineBaseline, cell->logicalTop() + cell->paddingBefore() + cell->borderBefore() + cell->contentLogicalHeight());
H A DRenderTextControlSingleLine.cpp90 return containerElement() ? contentLogicalHeight() : logicalHeight();
152 } else if (containerRenderer->logicalHeight() < contentLogicalHeight()) {
153 containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed));
164 if (!container && innerEditorRenderer && innerEditorRenderer->height() != contentLogicalHeight()) {
165 LayoutUnit logicalHeightDiff = innerEditorRenderer->logicalHeight() - contentLogicalHeight();

Completed in 1978 milliseconds