Searched refs:lineDepth (Results 1 – 1 of 1) sorted by relevance
67 unsigned lineDepth = 1; in inlineWidth() local70 …while (parent->isInline() && !parent->isInlineBlockOrInlineTable() && lineDepth++ < cMaxLineDepth)… in inlineWidth()215 unsigned lineDepth = 1; in createLineBoxes() local257 obj = (++lineDepth >= cMaxLineDepth) ? this : obj->parent(); in createLineBoxes()