Searched refs:isConstructed (Results 1 – 3 of 3) sorted by relevance
146 bool isConstructed() { return m_constructed; } in isConstructed() function
235 if (!flow->firstLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()249 if (!flow->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()255 if ((!prevLineBox() || prevLineBox()->isConstructed()) && in determineSpacingForFlowBoxes()
486 if (!parentBox || parentBox->isConstructed() || parentBox->nextOnLine()) { in createLineBoxes()558 ASSERT(lastLineBox() && !lastLineBox()->isConstructed()); in constructLine()