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

  /external/webkit/WebCore/rendering/
RenderBlock.h 389 bool expandsToEncloseOverhangingFloats() const;
RenderBlock.cpp 760 if (floatBottom() > (height() - toAdd) && expandsToEncloseOverhangingFloats())
792 if (isRoot() || expandsToEncloseOverhangingFloats())
    [all...]

Completed in 45 milliseconds