availableWidthAtOffset 149 Source/core/rendering/line/LineWidth.cpp LayoutUnit availableWidthAtBottom = availableWidthAtOffset(block, lineBottom, shouldIndentText); availableWidthAtOffset 167 Source/core/rendering/line/LineWidth.cpp newLineWidth = availableWidthAtOffset(m_block, newLineTop, shouldIndentText(), newLineLeft, newLineRight); availableWidthAtOffset 199 Source/core/rendering/line/LineWidth.cpp newLineWidth = availableWidthAtOffset(m_block, floatLogicalBottom, shouldIndentText(), newLineLeft, newLineRight);