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

/external/webkit/WebCore/rendering/
H A DRenderBlockLineLayout.cpp55 const unsigned cMaxLineDepth = 200; member in namespace:WebCore
70 while (parent->isInline() && !parent->isInlineBlockOrInlineTable() && lineDepth++ < cMaxLineDepth) {
257 obj = (++lineDepth >= cMaxLineDepth) ? this : obj->parent();

Completed in 60 milliseconds