Searched refs:cMaxLineDepth (Results 1 – 2 of 2) sorted by relevance
48 const unsigned cMaxLineDepth = 200; variable322 while (parent->isRenderInline() && lineDepth++ < cMaxLineDepth) {
149 obj = (++lineDepth >= cMaxLineDepth) ? this : obj->parent(); in createLineBoxes()