Searched refs:hasComputedAutoHeight (Results 1 – 3 of 3) sorted by relevance
111 ASSERT(hasComputedAutoHeight()); in computedAutoHeight()126 bool hasComputedAutoHeight() const { return (m_computedAutoHeight >= 0); } in hasComputedAutoHeight() function
65 if (hasComputedAutoHeight() && !m_flowThread->inConstrainedLayoutPhase()) { in pageLogicalHeight()84 if (hasComputedAutoHeight() && !m_flowThread->inConstrainedLayoutPhase()) { in logicalHeightOfAllFlowThreadContent()653 if (!hasComputedAutoHeight()) in updateLogicalHeight()
956 bool hasComputedAutoHeight = false; in addForcedRegionBreak() local968 hasComputedAutoHeight = true; in addForcedRegionBreak()988 else if (hasComputedAutoHeight) in addForcedRegionBreak()994 return hasComputedAutoHeight; in addForcedRegionBreak()