Searched refs:lineBoxList (Results 1 – 1 of 1) sorted by relevance
315 RenderLineBoxList* lineBoxList = rendererLineBoxes(); in determineSpacingForFlowBoxes() local316 … if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineElementContinuation()) { in determineSpacingForFlowBoxes()319 else if (ltr && lineBoxList->firstLineBox() == this) in determineSpacingForFlowBoxes()321 else if (!ltr && lineBoxList->lastLineBox() == this) in determineSpacingForFlowBoxes()325 if (!lineBoxList->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()