Home
last modified time | relevance | path

Searched refs:lastFloatLogicalBottom (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.cpp186 LayoutUnit lastFloatLogicalBottom = m_block.logicalHeight(); in fitBelowFloats() local
196 …floatLogicalBottom = m_block.nextFloatLogicalBottomBelow(lastFloatLogicalBottom, ShapeOutsideFloat… in fitBelowFloats()
197 if (floatLogicalBottom <= lastFloatLogicalBottom) in fitBelowFloats()
201 lastFloatLogicalBottom = floatLogicalBottom; in fitBelowFloats()
206 updateLineDimension(lastFloatLogicalBottom, newLineWidth, newLineLeft, newLineRight); in fitBelowFloats()