Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.h419 …out() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needs… in needsLayout()
422 …MovementLayout && !m_needsLayout && !m_normalChildNeedsLayout && !m_posChildNeedsLayout && !m_need… in needsPositionedMovementLayoutOnly()
423 bool posChildNeedsLayout() const { return m_posChildNeedsLayout; } in posChildNeedsLayout()
851 bool m_posChildNeedsLayout : 1; variable
942 m_posChildNeedsLayout = false; in setNeedsLayout()
958 m_posChildNeedsLayout = false; in setChildNeedsLayout()
1020 if (!o || o->m_posChildNeedsLayout) in markContainingBlocksForLayout()
1022 o->m_posChildNeedsLayout = true; in markContainingBlocksForLayout()
DRenderObject.cpp196 , m_posChildNeedsLayout(false) in RenderObject()
/external/webkit/Source/WebCore/
DChangeLog3111 … block responsible for the layout of the positioned object doesn't get m_posChildNeedsLayout set.