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

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h425 bool normalChildNeedsLayout() const { return m_normalChildNeedsLayout; } function in class:WebCore::RenderObject
1009 bool simplifiedNormalFlowLayout = needsSimplifiedNormalFlowLayout() && !selfNeedsLayout() && !normalChildNeedsLayout();

Completed in 44 milliseconds