Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLineWidth.cpp152 float newLineLeft = m_left; in fitBelowFloats() local
159 newLineLeft = m_block.logicalLeftOffsetForLine(floatLogicalBottom, shouldIndentText()); in fitBelowFloats()
161 newLineWidth = max(0.0f, newLineRight - newLineLeft); in fitBelowFloats()
181 m_left = newLineLeft; in fitBelowFloats()