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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 319 unsigned lineDepth = 1;
322 while (parent->isRenderInline() && lineDepth++ < cMaxLineDepth) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 98 unsigned lineDepth = 1;
149 obj = (++lineDepth >= cMaxLineDepth) ? this : obj->parent();
    [all...]

Completed in 75 milliseconds