Searched defs:posChildNeedsLayout (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()
582 && !m_bitfields.posChildNeedsLayout() && !m_bitfields.needsSimplifiedNormalFlowLayout();
585 bool posChildNeedsLayout() const { return m_bitfields.posChildNeedsLayout(); } function in class:blink::RenderObject
1253 ADD_BOOLEAN_BITFIELD(posChildNeedsLayout, PosChildNeedsLayout);

Completed in 1917 milliseconds