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 202 // oldEndOfInline denotes if when we last stopped iterating if we were at the end of an inline.
203 bool oldEndOfInline = endOfInlinePtr ? *endOfInlinePtr : false;
208 if (!oldEndOfInline && !isIteratorTarget(current)) {
216 if (emptyInlineBehavior == IncludeEmptyInlines && !oldEndOfInline && current->isRenderInline()) {
RenderBlock.cpp     [all...]

Completed in 125 milliseconds