Searched refs:lineBoxList (Results 1 – 1 of 1) sorted by relevance
212 RenderLineBoxList* lineBoxList = rendererLineBoxes(); in determineSpacingForFlowBoxes() local213 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineContinuation()) { in determineSpacingForFlowBoxes()214 if (ltr && lineBoxList->firstLineBox() == this) in determineSpacingForFlowBoxes()216 else if (!ltr && lineBoxList->lastLineBox() == this) in determineSpacingForFlowBoxes()227 if (!lineBoxList->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()