HomeSort by relevance Sort by last modified time
    Searched refs:needsSimplifiedNormalFlowLayout (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 552 || m_bitfields.needsSimplifiedNormalFlowLayout() || m_bitfields.needsPositionedMovementLayout();
560 && !m_bitfields.posChildNeedsLayout() && !m_bitfields.needsSimplifiedNormalFlowLayout();
564 bool needsSimplifiedNormalFlowLayout() const { return m_bitfields.needsSimplifiedNormalFlowLayout(); }
    [all...]
RenderObject.cpp 684 bool simplifiedNormalFlowLayout = needsSimplifiedNormalFlowLayout() && !selfNeedsLayout() && !normalChildNeedsLayout();
714 if (object->needsSimplifiedNormalFlowLayout())
    [all...]
RenderBlock.cpp     [all...]

Completed in 60 milliseconds