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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h     [all...]
RenderBlock.cpp 116 bool RenderBlock::s_canPropagateFloatIntoSibling = false;
300 s_canPropagateFloatIntoSibling = oldStyle ? !isFloatingOrOutOfFlowPositioned() && !avoidsFloats() : false;
372 if (diff == StyleDifferenceLayout && s_canPropagateFloatIntoSibling && !canPropagateFloatIntoSibling && hasOverhangingFloats()) {
    [all...]

Completed in 343 milliseconds