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

  /external/webkit/Source/WebCore/rendering/
RenderBlock.h     [all...]
RenderBlock.cpp 84 bool RenderBlock::s_canPropagateFloatIntoSibling = false;
205 s_canPropagateFloatIntoSibling = style() ? !isFloatingOrPositioned() && !avoidsFloats() : false;
279 if (diff == StyleDifferenceLayout && s_canPropagateFloatIntoSibling && !canPropagateFloatIntoSibling && hasOverhangingFloats()) {
    [all...]

Completed in 38 milliseconds