Searched refs:nextFloatLogicalBottomBelow (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.cpp162 LayoutUnit floatLogicalBottom = m_block.nextFloatLogicalBottomBelow(lineLogicalTop);
196 floatLogicalBottom = m_block.nextFloatLogicalBottomBelow(lastFloatLogicalBottom, ShapeOutsideFloatShapeOffset);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h260 LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit, ShapeOutsideFloatOffsetMode = ShapeOutsideFloatMarginBoxOffset) const;
H A DRenderBlockFlow.cpp1923 newLogicalTop = nextFloatLogicalBottomBelow(newLogicalTop);
2595 LayoutUnit RenderBlockFlow::nextFloatLogicalBottomBelow(LayoutUnit logicalHeight, ShapeOutsideFloatOffsetMode offsetMode) const function in class:blink::RenderBlockFlow

Completed in 436 milliseconds