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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp315 RenderLineBoxList* lineBoxList = rendererLineBoxes(); local
316 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineElementContinuation()) {
319 else if (ltr && lineBoxList->firstLineBox() == this)
321 else if (!ltr && lineBoxList->lastLineBox() == this)
325 if (!lineBoxList->lastLineBox()->isConstructed()) {

Completed in 51 milliseconds