Home
last modified time | relevance | path

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

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