Searched refs:updateLineDimension (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | LineWidth.cpp | 136 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()
|
D | LineWidth.h | 75 …void updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& newLineLeft,…
|