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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 437 LayoutUnit clearFloatsIfNeeded(RenderBox* child, MarginInfo&, LayoutUnit oldTopPosMargin, LayoutUnit oldTopNegMargin, LayoutUnit yPos, bool childIsSelfCollapsing);
RenderBlockFlow.cpp 614 LayoutUnit logicalTopAfterClear = clearFloatsIfNeeded(child, marginInfo, oldPosMarginBefore, oldNegMarginBefore, logicalTopBeforeClear, childIsSelfCollapsing);
625 // clearFloatsIfNeeded can also mark the child as needing a layout even though we didn't move. This happens
    [all...]

Completed in 130 milliseconds