Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp315 RenderLineBoxList* lineBoxList = rendererLineBoxes(); in determineSpacingForFlowBoxes() local
316 … 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()