Searched refs:hasAutoLogicalHeightRegions (Results 1 – 3 of 3) sorted by relevance
172 if (flowRenderer->needsLayout() && flowRenderer->hasAutoLogicalHeightRegions()) in updateFlowThreadsNeedingLayout()204 if (flowRenderer->hasAutoLogicalHeightRegions()) { in resetFlowThreadsWithAutoHeightRegions()219 if (flowRenderer->hasAutoLogicalHeightRegions()) { in updateFlowThreadsIntoConstrainedPhase()
209 m_needsTwoPhasesLayout = !inConstrainedLayoutPhase() && hasAutoLogicalHeightRegions(); in layout()861 if (!hasAutoLogicalHeightRegions()) in initializeRegionsComputedAutoHeight()874 ASSERT(hasAutoLogicalHeightRegions()); in markAutoLogicalHeightRegionsForLayout()889 … ASSERT(!lastRegionWithContent || (!inConstrainedLayoutPhase() && hasAutoLogicalHeightRegions())); in updateRegionsFlowThreadPortionRect()986 if (hasAutoLogicalHeightRegions() && lastBreakAfterContent) in addForcedRegionBreak()
154 …bool hasAutoLogicalHeightRegions() const { ASSERT(isAutoLogicalHeightRegionsCountConsistent()); re… in hasAutoLogicalHeightRegions() function