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 48 const unsigned cMaxLineDepth = 200;
322 while (parent->isRenderInline() && lineDepth++ < cMaxLineDepth) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 149 obj = (++lineDepth >= cMaxLineDepth) ? this : obj->parent();
    [all...]

Completed in 135 milliseconds