Home
last modified time | relevance | path

Searched refs:lineBoxList (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineFlowBox.cpp212 RenderLineBoxList* lineBoxList = rendererLineBoxes(); in determineSpacingForFlowBoxes() local
213 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()