Home
last modified time | relevance | path

Searched refs:hasComputedAutoHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRegion.h111 ASSERT(hasComputedAutoHeight()); in computedAutoHeight()
126 bool hasComputedAutoHeight() const { return (m_computedAutoHeight >= 0); } in hasComputedAutoHeight() function
DRenderRegion.cpp65 if (hasComputedAutoHeight() && !m_flowThread->inConstrainedLayoutPhase()) { in pageLogicalHeight()
84 if (hasComputedAutoHeight() && !m_flowThread->inConstrainedLayoutPhase()) { in logicalHeightOfAllFlowThreadContent()
653 if (!hasComputedAutoHeight()) in updateLogicalHeight()
DRenderFlowThread.cpp956 bool hasComputedAutoHeight = false; in addForcedRegionBreak() local
968 hasComputedAutoHeight = true; in addForcedRegionBreak()
988 else if (hasComputedAutoHeight) in addForcedRegionBreak()
994 return hasComputedAutoHeight; in addForcedRegionBreak()