Home
last modified time | relevance | path

Searched refs:updateLineDimension (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() function in blink::LineWidth
177 updateLineDimension(newLineTop, newLineWidth, newLineLeft, newLineRight); in wrapNextToShapeOutside()
206 updateLineDimension(lastFloatLogicalBottom, newLineWidth, newLineLeft, newLineRight); in fitBelowFloats()
DLineWidth.h75 …void updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& newLineLeft,…