Searched refs:inMeasureContentLayoutPhase (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderNamedFlowFragment.cpp147 if (m_flowThread->inMeasureContentLayoutPhase())
170 if (hasComputedAutoHeight() && m_flowThread->inMeasureContentLayoutPhase()) {
182 ASSERT(hasAutoLogicalHeight() && m_flowThread->inMeasureContentLayoutPhase());
270 if (hasAutoLogicalHeight() && m_flowThread->inMeasureContentLayoutPhase()) {
H A DRenderFlowThread.cpp152 if (inMeasureContentLayoutPhase() && region->hasAutoLogicalHeight()) {
189 if (!m_regionsInvalidated && inMeasureContentLayoutPhase())
196 m_needsTwoPhasesLayout = (inMeasureContentLayoutPhase() && hasAutoLogicalHeightRegions()) || (inOverflowLayoutPhase() && m_regionsInvalidated);
983 ASSERT(inMeasureContentLayoutPhase());
1021 ASSERT(!lastRegionWithContent || (inMeasureContentLayoutPhase() && hasAutoLogicalHeightRegions()));
1060 if (!inMeasureContentLayoutPhase())
H A DFlowThreadController.cpp165 ASSERT(flowRenderer->inMeasureContentLayoutPhase());
H A DRenderFlowThread.h182 bool inMeasureContentLayoutPhase() const { return m_layoutPhase == LayoutPhaseMeasureContent; } function in class:WebCore::RenderFlowThread

Completed in 180 milliseconds