Searched defs:normalChildNeedsLayout (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h573 return m_bitfields.selfNeedsLayout() || m_bitfields.normalChildNeedsLayout() || m_bitfields.posChildNeedsLayout()
581 return m_bitfields.needsPositionedMovementLayout() && !m_bitfields.selfNeedsLayout() && !m_bitfields.normalChildNeedsLayout()
587 bool normalChildNeedsLayout() const { return m_bitfields.normalChildNeedsLayout(); } function in class:blink::RenderObject
1252 ADD_BOOLEAN_BITFIELD(normalChildNeedsLayout, NormalChildNeedsLayout);
1434 bool alreadyNeededLayout = normalChildNeedsLayout();

Completed in 153 milliseconds