Searched refs:isElementContinuation (Results 1 - 2 of 2) sorted by path

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h398 bool isElementContinuation() const { return node() && node()->renderer() != this; } function in class:WebCore::RenderObject
399 bool isInlineElementContinuation() const { return isElementContinuation() && isInline(); }
400 bool isBlockElementContinuation() const { return isElementContinuation() && !isInline(); }
H A DRenderObjectChildList.cpp344 if (newContentWanted && type == BEFORE && owner->isElementContinuation())

Completed in 114 milliseconds