Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h48 const unsigned cMaxLineDepth = 200; variable
322 while (parent->isRenderInline() && lineDepth++ < cMaxLineDepth) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp149 obj = (++lineDepth >= cMaxLineDepth) ? this : obj->parent(); in createLineBoxes()