Searched refs:computedAutoHeight (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderNamedFlowFragment.h94 LayoutUnit computedAutoHeight() const { return m_computedAutoHeight; } function in class:WebCore::final
96 void setComputedAutoHeight(LayoutUnit computedAutoHeight) argument
99 m_computedAutoHeight = computedAutoHeight;
H A DRenderNamedFlowFragment.cpp152 // have a computedAutoHeight and they will not be able to fragment any flow
157 LayoutUnit newLogicalHeight = computedAutoHeight() + borderAndPaddingLogicalHeight();
172 return computedAutoHeight();
H A DRenderFlowThread.cpp148 // In the measure content layout phase we need to initialize the computedAutoHeight for auto-height regions.
1028 // If we find an empty auto-height region, clear the computedAutoHeight value.
1096 ASSERT(namedFlowFragment->maxPageLogicalHeight() == namedFlowFragment->computedAutoHeight());
1116 // Also, if this is the last break after the content we need to clear the computedAutoHeight value on the last empty regions.

Completed in 146 milliseconds