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.h185 IncludeEmptyInlines, enumerator
226 … if (emptyInlineBehavior == IncludeEmptyInlines && !oldEndOfInline && current->isRenderInline()) {
242 …if (emptyInlineBehavior == IncludeEmptyInlines && current && current != root && current->isRenderI…
254 …|| ((emptyInlineBehavior == IncludeEmptyInlines || isEmptyInline(next)) // Always return EMPTY inl…
283 return bidiNextShared(root, current, observer, IncludeEmptyInlines, endOfInlinePtr);