Searched refs:lineBoxList (Results 1 – 1 of 1) sorted by relevance
318 RenderLineBoxList* lineBoxList = rendererLineBoxes(); in determineSpacingForFlowBoxes() local319 … if (!lineBoxList->firstLineBox()->isConstructed() && !renderer().isInlineElementContinuation()) { in determineSpacingForFlowBoxes()322 else if (ltr && lineBoxList->firstLineBox() == this) in determineSpacingForFlowBoxes()324 else if (!ltr && lineBoxList->lastLineBox() == this) in determineSpacingForFlowBoxes()328 if (!lineBoxList->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()