Home
last modified time | relevance | path

Searched refs:IncludeEmptyInlines (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineIterator.h182 IncludeEmptyInlines, enumerator
223 … if (emptyInlineBehavior == IncludeEmptyInlines && !oldEndOfInline && current->isRenderInline()) {
239 …if (emptyInlineBehavior == IncludeEmptyInlines && current && current != root && current->isRenderI…
251 …|| ((emptyInlineBehavior == IncludeEmptyInlines || isEmptyInline(next)) // Always return EMPTY inl…
280 return bidiNextShared(root, current, observer, IncludeEmptyInlines, endOfInlinePtr);