Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineBox.h146 bool isConstructed() { return m_constructed; } in isConstructed() function
DInlineFlowBox.cpp235 if (!flow->firstLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()
249 if (!flow->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()
255 if ((!prevLineBox() || prevLineBox()->isConstructed()) && in determineSpacingForFlowBoxes()
Dbidi.cpp486 if (!parentBox || parentBox->isConstructed() || parentBox->nextOnLine()) { in createLineBoxes()
558 ASSERT(lastLineBox() && !lastLineBox()->isConstructed()); in constructLine()