HomeSort by relevance Sort by last modified time
    Searched refs:cMaxLineDepth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 44 const unsigned cMaxLineDepth = 200;
475 while (parent->isRenderInline() && lineDepth++ < cMaxLineDepth) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 230 obj = (++lineDepth >= cMaxLineDepth) ? this : obj->parent();
    [all...]

Completed in 399 milliseconds