Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.h419 …bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayo… in needsLayout()
422 … { return m_needsPositionedMovementLayout && !m_needsLayout && !m_normalChildNeedsLayout && !m_pos… in needsPositionedMovementLayoutOnly()
425 bool normalChildNeedsLayout() const { return m_normalChildNeedsLayout; } in normalChildNeedsLayout()
850 bool m_normalChildNeedsLayout : 1; variable
944 m_normalChildNeedsLayout = false; in setNeedsLayout()
951 bool alreadyNeededLayout = m_normalChildNeedsLayout; in setChildNeedsLayout()
952 m_normalChildNeedsLayout = b; in setChildNeedsLayout()
960 m_normalChildNeedsLayout = false; in setChildNeedsLayout()
1031 if (o->m_normalChildNeedsLayout) in markContainingBlocksForLayout()
1033 o->m_normalChildNeedsLayout = true; in markContainingBlocksForLayout()
DRenderObject.cpp195 , m_normalChildNeedsLayout(false) in RenderObject()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2315524 marking m_normalChildNeedsLayout on the element's parent, which keeps layout from