Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFlowThreadController.cpp172 if (flowRenderer->needsLayout() && flowRenderer->hasAutoLogicalHeightRegions()) in updateFlowThreadsNeedingLayout()
204 if (flowRenderer->hasAutoLogicalHeightRegions()) { in resetFlowThreadsWithAutoHeightRegions()
219 if (flowRenderer->hasAutoLogicalHeightRegions()) { in updateFlowThreadsIntoConstrainedPhase()
DRenderFlowThread.cpp209 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()
DRenderFlowThread.h154 …bool hasAutoLogicalHeightRegions() const { ASSERT(isAutoLogicalHeightRegionsCountConsistent()); re… in hasAutoLogicalHeightRegions() function