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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderSearchField.cpp87 if (containerRenderer->logicalHeight() <= contentLogicalHeight())
92 LayoutUnit logicalHeightDiff = containerRenderer->logicalHeight() - contentLogicalHeight();
H A DRenderTextControlSingleLine.cpp91 return containerElement() ? contentLogicalHeight() : logicalHeight();
153 } else if (containerRenderer->logicalHeight() < contentLogicalHeight()) {
154 containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed));
165 if (!container && innerEditorRenderer && innerEditorRenderer->height() != contentLogicalHeight()) {
166 LayoutUnit logicalHeightDiff = innerEditorRenderer->logicalHeight() - contentLogicalHeight();
H A DRenderFlexibleBox.h100 LayoutUnit mainAxisContentExtent(LayoutUnit contentLogicalHeight);
H A DRenderFlexibleBox.cpp428 LayoutUnit RenderFlexibleBox::mainAxisContentExtent(LayoutUnit contentLogicalHeight) argument
434 LayoutUnit borderBoxLogicalHeight = std::max(contentLogicalHeight, contentLogicalHeight + borderPaddingAndScrollbar);
H A DRenderTableCell.cpp258 updateIntrinsicContentLogicalHeight(contentLogicalHeight());
394 return paddingBefore() + borderBefore() + contentLogicalHeight();
H A DRenderBox.cpp2479 m_intrinsicContentLogicalHeight = contentLogicalHeight();
2545 h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPaddingLogicalHeight(), Fixed);
3517 LayoutUnit contentLogicalHeight = logicalHeight - bordersPlusPadding; local
3530 resolvedLogicalHeight = contentLogicalHeight;
3534 resolvedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(logicalHeightLength, contentLogicalHeight, bordersPlusPadding);
3610 logicalHeightValue = contentLogicalHeight;
3615 logicalHeightValue = contentLogicalHeight;
H A DRenderTableSection.cpp1199 if (cell && cell->contentLogicalHeight())
1200 firstLineBaseline = max<int>(firstLineBaseline, cell->logicalTop() + cell->paddingBefore() + cell->borderBefore() + cell->contentLogicalHeight());
H A DRenderBox.h240 LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); } function in class:WebCore::RenderBox
H A DRenderTable.cpp566 updateIntrinsicContentLogicalHeight(contentLogicalHeight());
H A DRenderBlockFlow.cpp211 LayoutUnit columnHeight = contentLogicalHeight();

Completed in 225 milliseconds