Searched defs:contentLogicalHeight (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h209 LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); } function in class:WebCore::RenderBox
H A DRenderFlexibleBox.cpp432 LayoutUnit RenderFlexibleBox::mainAxisContentExtent(LayoutUnit contentLogicalHeight) argument
438 LayoutUnit borderBoxLogicalHeight = std::max(contentLogicalHeight, contentLogicalHeight + borderPaddingAndScrollbar);
H A DRenderBox.cpp2506 m_intrinsicContentLogicalHeight = contentLogicalHeight();
2576 h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPaddingLogicalHeight(), Fixed);
3634 LayoutUnit contentLogicalHeight = logicalHeight - bordersPlusPadding; local
3647 logicalHeightLength.setValue(Fixed, contentLogicalHeight);
3653 resolvedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(logicalHeightLength, contentLogicalHeight, bordersPlusPadding);
3728 logicalHeightValue = contentLogicalHeight;
3733 logicalHeightValue = contentLogicalHeight;

Completed in 149 milliseconds