Searched refs:availableWidthAtOffset (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | LineWidth.cpp | 122 inline static float availableWidthAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, … in availableWidthAtOffset() function 129 inline static float availableWidthAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, … in availableWidthAtOffset() function 150 … LayoutUnit availableWidthAtBottom = availableWidthAtOffset(block, lineBottom, shouldIndentText); in isWholeLineFit() 168 …newLineWidth = availableWidthAtOffset(m_block, newLineTop, shouldIndentText(), newLineLeft, newLin… in wrapNextToShapeOutside() 200 …newLineWidth = availableWidthAtOffset(m_block, floatLogicalBottom, shouldIndentText(), newLineLeft… in fitBelowFloats()
|