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

  /external/webkit/WebCore/rendering/
RenderBlock.h 224 void layoutBlockChildren(bool relayoutChildren, int& maxFloatBottom);
483 void layoutBlockChild(RenderBox* child, MarginInfo&, int& previousFloatBottom, int& maxFloatBottom);
RenderBlock.cpp 752 int maxFloatBottom = 0;
756 layoutBlockChildren(relayoutChildren, maxFloatBottom);
771 if (oldHeight > height() && maxFloatBottom > height() && !childrenInline()) {
    [all...]

Completed in 494 milliseconds