HomeSort by relevance Sort by last modified time
    Searched refs:inConstrainedLayoutPhase (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp 64 if (hasComputedAutoHeight() && !m_flowThread->inConstrainedLayoutPhase()) {
76 ASSERT(hasAutoLogicalHeight() && !m_flowThread->inConstrainedLayoutPhase());
83 if (hasComputedAutoHeight() && !m_flowThread->inConstrainedLayoutPhase()) {
288 if (hasAutoLogicalHeight() && !m_flowThread->inConstrainedLayoutPhase()) {
295 // This can happen even if we are in the inConstrainedLayoutPhase and it will trigger a pathological layout of the flow thread.
636 if (!m_flowThread->inConstrainedLayoutPhase())
RenderFlowThread.cpp 168 if (!inConstrainedLayoutPhase() && region->hasAutoLogicalHeight()) {
202 if (!m_regionsInvalidated && !inConstrainedLayoutPhase())
209 m_needsTwoPhasesLayout = !inConstrainedLayoutPhase() && hasAutoLogicalHeightRegions();
    [all...]
RenderFlowThread.h 165 bool inConstrainedLayoutPhase() const { return m_inConstrainedLayoutPhase; }

Completed in 6212 milliseconds