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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 212 // oldEndOfInline denotes if when we last stopped iterating if we were at the end of an inline.
213 bool oldEndOfInline = endOfInlinePtr ? *endOfInlinePtr : false;
218 if (!oldEndOfInline && !isIteratorTarget(current)) {
226 if (emptyInlineBehavior == IncludeEmptyInlines && !oldEndOfInline && current->isRenderInline()) {
RenderBlockLineLayout.cpp     [all...]

Completed in 51 milliseconds