restartLayoutRunsAndFloatsInRange  474 Source/core/rendering/RenderBlockFlow.h     const InlineIterator& restartLayoutRunsAndFloatsInRange(LayoutUnit oldLogicalHeight, LayoutUnit newLogicalHeight,  FloatingObject* lastFloatFromPreviousLine, InlineBidiResolver&,  const InlineIterator&);
restartLayoutRunsAndFloatsInRange 1052 Source/core/rendering/RenderBlockLineLayout.cpp                             endOfLine = restartLayoutRunsAndFloatsInRange(oldLogicalHeight, oldLogicalHeight + adjustment, lastFloatFromPreviousLine, resolver, previousEndofLine);