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.cpp318 RenderLineBoxList* lineBoxList = rendererLineBoxes(); in determineSpacingForFlowBoxes() local
319 … 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()