Searched refs:isIteratorTarget (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DBidiRunForLine.cpp57 if (isIteratorTarget(current) && !(current->isText()
61 if (!isIteratorTarget(current)
H A DInlineIterator.h176 static inline bool isIteratorTarget(RenderObject* object) function in namespace:blink
218 if (!oldEndOfInline && !isIteratorTarget(current)) {
253 if (isIteratorTarget(next)
305 if (o && !isIteratorTarget(o))
319 if (!o || o->isRenderInline() || isIteratorTarget(o))

Completed in 72 milliseconds