Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.cpp136 void LineWidth::updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& ne… in updateLineDimension() argument
141 m_block.setLogicalHeight(newLineTop); in updateLineDimension()
161 LayoutUnit newLineTop = lineLogicalTop; in wrapNextToShapeOutside() local
168 …newLineWidth = availableWidthAtOffset(m_block, newLineTop, shouldIndentText(), newLineLeft, newLin… in wrapNextToShapeOutside()
169 …if (newLineWidth >= m_uncommittedWidth && isWholeLineFit(m_block, newLineTop, lineHeight, m_uncomm… in wrapNextToShapeOutside()
172 if (newLineTop >= floatLogicalBottom) in wrapNextToShapeOutside()
175 newLineTop++; in wrapNextToShapeOutside()
177 updateLineDimension(newLineTop, newLineWidth, newLineLeft, newLineRight); in wrapNextToShapeOutside()
DLineWidth.h75 …void updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& newLineLeft,…