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

Completed in 49 milliseconds